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://metalhead.club/users/mariusor/statuses/101222007591075697/activity", "type": "Create", "actor": "https://metalhead.club/users/mariusor", "published": "2018-12-11T10:47:42Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://metalhead.club/users/mariusor/followers", "https://mastodon.social/users/alexcastano" ], "object": { "id": "https://metalhead.club/users/mariusor/statuses/101222007591075697", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/alexcastano/statuses/101221809154423257", "published": "2018-12-11T10:47:42Z", "url": "https://metalhead.club/@mariusor/101222007591075697", "attributedTo": "https://metalhead.club/users/mariusor", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://metalhead.club/users/mariusor/followers", "https://mastodon.social/users/alexcastano" ], "sensitive": false, "atomUri": "https://metalhead.club/users/mariusor/statuses/101222007591075697", "inReplyToAtomUri": "https://mastodon.social/users/alexcastano/statuses/101221809154423257", "conversation": "tag:mastodon.social,2018-12-11:objectId=70714032:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@alexcastano\" class=\"u-url mention\">@<span>alexcastano</span></a></span> I am using a simple hashing function over the activitypub object id for the local unique key in postgresql instead of UUIDS. I think this ensures more flexibility as you can search on that key even if you don&#39;t have it by default.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@alexcastano\" class=\"u-url mention\">@<span>alexcastano</span></a></span> I am using a simple hashing function over the activitypub object id for the local unique key in postgresql instead of UUIDS. I think this ensures more flexibility as you can search on that key even if you don&#39;t have it by default.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/alexcastano", "name": "@alexcastano@mastodon.social" } ], "replies": { "id": "https://metalhead.club/users/mariusor/statuses/101222007591075697/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://metalhead.club/users/mariusor/statuses/101222007591075697/replies?min_id=101222011025835927&page=true", "partOf": "https://metalhead.club/users/mariusor/statuses/101222007591075697/replies", "items": [ "https://metalhead.club/users/mariusor/statuses/101222011025835927" ] } }, "likes": { "id": "https://metalhead.club/users/mariusor/statuses/101222007591075697/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://metalhead.club/users/mariusor/statuses/101222007591075697/shares", "type": "Collection", "totalItems": 0 } } }