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.social/users/davatron5000/statuses/113527643482878192", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "published": "2024-11-22T16:52:44Z", "url": "https://mastodon.social/@davatron5000/113527643482878192", "attributedTo": "https://mastodon.social/users/davatron5000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/davatron5000/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/davatron5000/statuses/113527643482878192", "inReplyToAtomUri": "https://mastodon.social/users/davatron5000/statuses/113527643390148541", "conversation": "tag:mastodon.social,2024-11-22:objectId=854744936:objectType=Conversation", "content": "<p>I&#39;d add that while SSR is seen as a MUST HAVE binary requirement, with web components you have more options: </p><p>- You can make your components more light DOM forward<br />- You can do a whole ass Declarative Shadow DOM thing<br />- You can half-ass Declarative Shadow DOM and make a skeleton screen where the real template arrives later.<br />- You can do `is=&quot;my-component&quot;` customized built-ins, and send Safari a 2kb polyfill.<br />- You may also find they&#39;re &quot;fast enough&quot; to lazy load.</p><p>I should get a blog.</p>", "contentMap": { "en": "<p>I&#39;d add that while SSR is seen as a MUST HAVE binary requirement, with web components you have more options: </p><p>- You can make your components more light DOM forward<br />- You can do a whole ass Declarative Shadow DOM thing<br />- You can half-ass Declarative Shadow DOM and make a skeleton screen where the real template arrives later.<br />- You can do `is=&quot;my-component&quot;` customized built-ins, and send Safari a 2kb polyfill.<br />- You may also find they&#39;re &quot;fast enough&quot; to lazy load.</p><p>I should get a blog.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/likes", "type": "Collection", "totalItems": 15 }, "shares": { "id": "https://mastodon.social/users/davatron5000/statuses/113527643482878192/shares", "type": "Collection", "totalItems": 0 } }