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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/unterholz/statuses/113962835935523476",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-07T13:27:54Z",
"url": "https://mastodon.social/@unterholz/113962835935523476",
"attributedTo": "https://mastodon.social/users/unterholz",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/unterholz/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/unterholz/statuses/113962835935523476",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-02-07:objectId=915012546:objectType=Conversation",
"content": "<p>Accessing mastodon on a low resource computer like the Raspberry Pi is painful. The web UI is bloated and apps are either equally unresponsive or very minimalistic. 😢 </p><p>The <a href=\"https://mastodon.social/tags/dillo\" class=\"mention hashtag\" rel=\"tag\">#<span>dillo</span></a> web browser however is incredibly fast and efficient but can't access mastodon as it doesn't support Javascript. So I'm experimenting with my little Dillo plugin in Python to access the API. It is very basic. It can't post or search, maybe it never will. But it even loads long threads in an instant. <a href=\"https://mastodon.social/tags/permacomputing\" class=\"mention hashtag\" rel=\"tag\">#<span>permacomputing</span></a></p>",
"contentMap": {
"en": "<p>Accessing mastodon on a low resource computer like the Raspberry Pi is painful. The web UI is bloated and apps are either equally unresponsive or very minimalistic. 😢 </p><p>The <a href=\"https://mastodon.social/tags/dillo\" class=\"mention hashtag\" rel=\"tag\">#<span>dillo</span></a> web browser however is incredibly fast and efficient but can't access mastodon as it doesn't support Javascript. So I'm experimenting with my little Dillo plugin in Python to access the API. It is very basic. It can't post or search, maybe it never will. But it even loads long threads in an instant. <a href=\"https://mastodon.social/tags/permacomputing\" class=\"mention hashtag\" rel=\"tag\">#<span>permacomputing</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/113/962/822/945/247/472/original/a778cf016141a454.png",
"name": "Screenshot of the Dillo browser showing the dillo mastodon profile and a post",
"blurhash": "U89j.rRit7RkyCR%jKof_NWCoLoe%iahs,f5",
"focalPoint": [
0,
0
],
"width": 1222,
"height": 1080
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/dillo",
"name": "#dillo"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/permacomputing",
"name": "#permacomputing"
}
],
"replies": {
"id": "https://mastodon.social/users/unterholz/statuses/113962835935523476/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/unterholz/statuses/113962835935523476/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/unterholz/statuses/113962835935523476/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/unterholz/statuses/113962835935523476/likes",
"type": "Collection",
"totalItems": 9
},
"shares": {
"id": "https://mastodon.social/users/unterholz/statuses/113962835935523476/shares",
"type": "Collection",
"totalItems": 3
}
}