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", "Hashtag": "as:Hashtag" } ], "id": "https://fosstodon.org/users/galdor/statuses/114348744697670874", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-04-16T17:09:34Z", "url": "https://fosstodon.org/@galdor/114348744697670874", "attributedTo": "https://fosstodon.org/users/galdor", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://fosstodon.org/users/galdor/followers" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/galdor/statuses/114348744697670874", "inReplyToAtomUri": null, "conversation": "tag:fosstodon.org,2025-04-16:objectId=307961612:objectType=Conversation", "content": "<p>Having packages/modules be defined as single files is a fundamental programming language design error. <a href=\"https://fosstodon.org/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a>, but also <a href=\"https://fosstodon.org/tags/Erlang\" class=\"mention hashtag\" rel=\"tag\">#<span>Erlang</span></a>, <a href=\"https://fosstodon.org/tags/Scheme\" class=\"mention hashtag\" rel=\"tag\">#<span>Scheme</span></a>, the misguided package-inferred-system extension for <a href=\"https://fosstodon.org/tags/CommonLisp\" class=\"mention hashtag\" rel=\"tag\">#<span>CommonLisp</span></a>… Because no one wants a 10k lines file mixing dozens of concepts, you end up with a multitude of small packages for no good reason. </p><p>At least in Erlang you can just use whatever was loaded without manually importing every single module you need everywhere, but Python is as usual the worst.</p>", "contentMap": { "en": "<p>Having packages/modules be defined as single files is a fundamental programming language design error. <a href=\"https://fosstodon.org/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a>, but also <a href=\"https://fosstodon.org/tags/Erlang\" class=\"mention hashtag\" rel=\"tag\">#<span>Erlang</span></a>, <a href=\"https://fosstodon.org/tags/Scheme\" class=\"mention hashtag\" rel=\"tag\">#<span>Scheme</span></a>, the misguided package-inferred-system extension for <a href=\"https://fosstodon.org/tags/CommonLisp\" class=\"mention hashtag\" rel=\"tag\">#<span>CommonLisp</span></a>… Because no one wants a 10k lines file mixing dozens of concepts, you end up with a multitude of small packages for no good reason. </p><p>At least in Erlang you can just use whatever was loaded without manually importing every single module you need everywhere, but Python is as usual the worst.</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://fosstodon.org/tags/python", "name": "#python" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/erlang", "name": "#erlang" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/scheme", "name": "#scheme" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/commonlisp", "name": "#commonlisp" } ], "replies": { "id": "https://fosstodon.org/users/galdor/statuses/114348744697670874/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/galdor/statuses/114348744697670874/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/galdor/statuses/114348744697670874/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/galdor/statuses/114348744697670874/likes", "type": "Collection", "totalItems": 12 }, "shares": { "id": "https://fosstodon.org/users/galdor/statuses/114348744697670874/shares", "type": "Collection", "totalItems": 2 } }