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/madmoose/statuses/114151752742633361",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-03-12T22:11:56Z",
"url": "https://mastodon.social/@madmoose/114151752742633361",
"attributedTo": "https://mastodon.social/users/madmoose",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/madmoose/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/madmoose/statuses/114151752742633361",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-03-12:objectId=944206837:objectType=Conversation",
"content": "<p>Sprite positions look like they work now.</p><p>They're a combination of a position and an offset stored in the bitmap cast member, and a position in the score. I’ll have to triple-check against some screenshots of the original before moving on.</p><p>The transparency on the fairy is hacked, next up is grabbing that from the proper flags.</p><p>I think the only relatively easy task left in this little game intro is sound, before I have to tackle scripting…</p><p><a href=\"https://mastodon.social/tags/ReverseEngineering\" class=\"mention hashtag\" rel=\"tag\">#<span>ReverseEngineering</span></a> <a href=\"https://mastodon.social/tags/macromediadirector\" class=\"mention hashtag\" rel=\"tag\">#<span>macromediadirector</span></a></p>",
"contentMap": {
"en": "<p>Sprite positions look like they work now.</p><p>They're a combination of a position and an offset stored in the bitmap cast member, and a position in the score. I’ll have to triple-check against some screenshots of the original before moving on.</p><p>The transparency on the fairy is hacked, next up is grabbing that from the proper flags.</p><p>I think the only relatively easy task left in this little game intro is sound, before I have to tackle scripting…</p><p><a href=\"https://mastodon.social/tags/ReverseEngineering\" class=\"mention hashtag\" rel=\"tag\">#<span>ReverseEngineering</span></a> <a href=\"https://mastodon.social/tags/macromediadirector\" class=\"mention hashtag\" rel=\"tag\">#<span>macromediadirector</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "video/mp4",
"url": "https://files.mastodon.social/media_attachments/files/114/151/752/153/729/560/original/576a152d717aaf91.mp4",
"name": null,
"blurhash": "UlIiaK$OP7ocNSR*j1WXSuW.kUbbR4n+slt6",
"width": 1282,
"height": 1010
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/reverseengineering",
"name": "#reverseengineering"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/macromediadirector",
"name": "#macromediadirector"
}
],
"replies": {
"id": "https://mastodon.social/users/madmoose/statuses/114151752742633361/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/madmoose/statuses/114151752742633361/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/madmoose/statuses/114151752742633361/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/madmoose/statuses/114151752742633361/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.social/users/madmoose/statuses/114151752742633361/shares",
"type": "Collection",
"totalItems": 0
}
}