ActivityPub Viewer

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.

Open in browser →
{ "@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://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.gamedev.place/users/ninjadodo/statuses/109560043813147053", "published": "2022-12-23T00:10:59Z", "url": "https://mastodon.gamedev.place/@ZoeInBinary/109560087171661071", "attributedTo": "https://mastodon.gamedev.place/users/ZoeInBinary", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.gamedev.place/users/ZoeInBinary/followers", "https://mastodon.gamedev.place/users/ninjadodo" ], "sensitive": false, "atomUri": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071", "inReplyToAtomUri": "https://mastodon.gamedev.place/users/ninjadodo/statuses/109560043813147053", "conversation": "tag:mastodon.gamedev.place,2022-12-22:objectId=21672174:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@ninjadodo\" class=\"u-url mention\">@<span>ninjadodo</span></a></span> to approach it another way - there&#39;s a famous demoscene, .kkrieger (<a href=\"https://en.m.wikipedia.org/wiki/.kkrieger\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">en.m.wikipedia.org/wiki/.kkrie</span><span class=\"invisible\">ger</span></a>), which generates about 5 gigabytes of data when run, including textures, models, sounds, etc. - yet the code for it takes up a mere 96 kilobytes. </p><p>The code uses common patterns - waveforms, circles, etc. - to iteratively rebuild its library when first run. It stores nothing until then. </p><p>Does it contain the assets it builds?</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@ninjadodo\" class=\"u-url mention\">@<span>ninjadodo</span></a></span> to approach it another way - there&#39;s a famous demoscene, .kkrieger (<a href=\"https://en.m.wikipedia.org/wiki/.kkrieger\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">en.m.wikipedia.org/wiki/.kkrie</span><span class=\"invisible\">ger</span></a>), which generates about 5 gigabytes of data when run, including textures, models, sounds, etc. - yet the code for it takes up a mere 96 kilobytes. </p><p>The code uses common patterns - waveforms, circles, etc. - to iteratively rebuild its library when first run. It stores nothing until then. </p><p>Does it contain the assets it builds?</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.gamedev.place/users/ninjadodo", "name": "@ninjadodo" } ], "replies": { "id": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071/replies", "items": [] } }, "likes": { "id": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.gamedev.place/users/ZoeInBinary/statuses/109560087171661071/shares", "type": "Collection", "totalItems": 0 } }