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://aus.social/users/jpm/statuses/109700605771462358", "type": "Note", "summary": null, "inReplyTo": "https://social.jvns.ca/users/b0rk/statuses/109700446576896509", "published": "2023-01-16T19:46:43Z", "url": "https://aus.social/@jpm/109700605771462358", "attributedTo": "https://aus.social/users/jpm", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://aus.social/users/jpm/followers", "https://social.jvns.ca/users/b0rk" ], "sensitive": false, "atomUri": "https://aus.social/users/jpm/statuses/109700605771462358", "inReplyToAtomUri": "https://social.jvns.ca/users/b0rk/statuses/109700446576896509", "conversation": "tag:jvns.ca,2023-01-16:objectId=16950:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> relying on integer overflows to avoid masking results (eg the Fletcher2 checksum algorithm)</p><p>C bool types are a 1-bit integer, so true + 1 == false (the compiler will probably warn about it though)</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> relying on integer overflows to avoid masking results (eg the Fletcher2 checksum algorithm)</p><p>C bool types are a 1-bit integer, so true + 1 == false (the compiler will probably warn about it though)</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://social.jvns.ca/users/b0rk", "name": "@b0rk@jvns.ca" } ], "replies": { "id": "https://aus.social/users/jpm/statuses/109700605771462358/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://aus.social/users/jpm/statuses/109700605771462358/replies?only_other_accounts=true&page=true", "partOf": "https://aus.social/users/jpm/statuses/109700605771462358/replies", "items": [] } }, "likes": { "id": "https://aus.social/users/jpm/statuses/109700605771462358/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://aus.social/users/jpm/statuses/109700605771462358/shares", "type": "Collection", "totalItems": 1 } }