A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"id": "https://toot.cafe/users/matt/statuses/113738631915051604",
"type": "Note",
"summary": null,
"inReplyTo": "https://toot.cafe/users/matt/statuses/113738426863634568",
"published": "2024-12-29T23:09:52Z",
"url": "https://toot.cafe/@matt/113738631915051604",
"attributedTo": "https://toot.cafe/users/matt",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://toot.cafe/users/matt/followers"
],
"sensitive": false,
"atomUri": "https://toot.cafe/users/matt/statuses/113738631915051604",
"inReplyToAtomUri": "https://toot.cafe/users/matt/statuses/113738426863634568",
"conversation": "tag:toot.cafe,2024-12-29:objectId=77535946:objectType=Conversation",
"content": "<p>In case anyone's curious about this Android TalkBack bug I've apparently found, here's my minimal repro test case: <a href=\"https://github.com/mwcampbell/android-text-field-test\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/mwcampbell/android-</span><span class=\"invisible\">text-field-test</span></a></p><p>The README has a link to a prebuilt APK, and steps to reproduce what I'm seeing. I'm curious if any other TalkBack users can reproduce what I'm seeing, if I'm doing something stupid, or if this is somehow the intended behavior.</p>",
"contentMap": {
"en": "<p>In case anyone's curious about this Android TalkBack bug I've apparently found, here's my minimal repro test case: <a href=\"https://github.com/mwcampbell/android-text-field-test\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/mwcampbell/android-</span><span class=\"invisible\">text-field-test</span></a></p><p>The README has a link to a prebuilt APK, and steps to reproduce what I'm seeing. I'm curious if any other TalkBack users can reproduce what I'm seeing, if I'm doing something stupid, or if this is somehow the intended behavior.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://toot.cafe/users/matt/statuses/113738631915051604/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://toot.cafe/users/matt/statuses/113738631915051604/replies?min_id=113738701234055412&page=true",
"partOf": "https://toot.cafe/users/matt/statuses/113738631915051604/replies",
"items": [
"https://toot.cafe/users/matt/statuses/113738701234055412"
]
}
},
"likes": {
"id": "https://toot.cafe/users/matt/statuses/113738631915051604/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://toot.cafe/users/matt/statuses/113738631915051604/shares",
"type": "Collection",
"totalItems": 1
}
}