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/captainchillpill/statuses/109308484664555327/activity", "type": "Create", "actor": "https://mastodon.gamedev.place/users/captainchillpill", "published": "2022-11-08T13:45:10Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.gamedev.place/users/captainchillpill/followers", "https://mastodon.gamedev.place/users/marcos_don" ], "object": { "id": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.gamedev.place/users/marcos_don/statuses/109308448259698305", "published": "2022-11-08T13:45:10Z", "url": "https://mastodon.gamedev.place/@captainchillpill/109308484664555327", "attributedTo": "https://mastodon.gamedev.place/users/captainchillpill", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.gamedev.place/users/captainchillpill/followers", "https://mastodon.gamedev.place/users/marcos_don" ], "sensitive": false, "atomUri": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327", "inReplyToAtomUri": "https://mastodon.gamedev.place/users/marcos_don/statuses/109308448259698305", "conversation": "tag:mastodon.gamedev.place,2022-11-08:objectId=15607519:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@marcos_don\" class=\"u-url mention\">@<span>marcos_don</span></a></span> I ended up with a visual understanding of them where two bit fields are on top of each other and get smooshed together.</p><p>Really though, I think it&#39;s because the result of &amp; is vaguely inverted from your intuition. I wouldn&#39;t call it &quot;and&quot; even though it is.</p><p>0x0101 &amp; 0x1010 == 0x0000<br />0x0101 | 0x1010 == 0x1111</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@marcos_don\" class=\"u-url mention\">@<span>marcos_don</span></a></span> I ended up with a visual understanding of them where two bit fields are on top of each other and get smooshed together.</p><p>Really though, I think it&#39;s because the result of &amp; is vaguely inverted from your intuition. I wouldn&#39;t call it &quot;and&quot; even though it is.</p><p>0x0101 &amp; 0x1010 == 0x0000<br />0x0101 | 0x1010 == 0x1111</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.gamedev.place/users/marcos_don", "name": "@marcos_don" } ], "replies": { "id": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327/replies", "items": [] } }, "likes": { "id": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.gamedev.place/users/captainchillpill/statuses/109308484664555327/shares", "type": "Collection", "totalItems": 0 } } }