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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://toot.cafe/users/matt/statuses/113738426863634568",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-12-29T22:17:43Z",
"url": "https://toot.cafe/@matt/113738426863634568",
"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/113738426863634568",
"inReplyToAtomUri": null,
"conversation": "tag:toot.cafe,2024-12-29:objectId=77535946:objectType=Conversation",
"content": "<p>Question for <a href=\"https://toot.cafe/tags/blind\" class=\"mention hashtag\" rel=\"tag\">#<span>blind</span></a> Android users: While working on an Android accessibility implementation, I'm encountering a bug where the <a href=\"https://toot.cafe/tags/TalkBack\" class=\"mention hashtag\" rel=\"tag\">#<span>TalkBack</span></a> gestures to move through an edit box by character or word don't actually move the cursor; they just move a TalkBack virtual cursor through the text. Is this a well-known problem with TalkBack? I can now reproduce it with the Android native UI toolkit and Flutter, as well as the toolkit I'm working on.</p>",
"contentMap": {
"en": "<p>Question for <a href=\"https://toot.cafe/tags/blind\" class=\"mention hashtag\" rel=\"tag\">#<span>blind</span></a> Android users: While working on an Android accessibility implementation, I'm encountering a bug where the <a href=\"https://toot.cafe/tags/TalkBack\" class=\"mention hashtag\" rel=\"tag\">#<span>TalkBack</span></a> gestures to move through an edit box by character or word don't actually move the cursor; they just move a TalkBack virtual cursor through the text. Is this a well-known problem with TalkBack? I can now reproduce it with the Android native UI toolkit and Flutter, as well as the toolkit I'm working on.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://toot.cafe/tags/blind",
"name": "#blind"
},
{
"type": "Hashtag",
"href": "https://toot.cafe/tags/talkback",
"name": "#talkback"
}
],
"replies": {
"id": "https://toot.cafe/users/matt/statuses/113738426863634568/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://toot.cafe/users/matt/statuses/113738426863634568/replies?min_id=113738631915051604&page=true",
"partOf": "https://toot.cafe/users/matt/statuses/113738426863634568/replies",
"items": [
"https://toot.cafe/users/matt/statuses/113738631915051604"
]
}
},
"likes": {
"id": "https://toot.cafe/users/matt/statuses/113738426863634568/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://toot.cafe/users/matt/statuses/113738426863634568/shares",
"type": "Collection",
"totalItems": 12
}
}