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/vertigo/statuses/98959026206395305", "type": "Note", "summary": null, "inReplyTo": null, "published": "2017-11-06T19:01:46Z", "url": "https://mastodon.social/@vertigo/98959026206395305", "attributedTo": "https://mastodon.social/users/vertigo", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/vertigo/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/vertigo/statuses/98959026206395305", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2017-11-06:objectId=14206150:objectType=Conversation", "content": "<p>Nice. Implemented (but not yet tested) some more primitives, enough to write EXPECT and QUERY words with. Total binary size is less than 800 bytes with these primitives in place.</p><p>This suggests that maybe I can have a minimally usable Forth environment in less than 4KB of code, possibly 2KB. This will all depend on how big the outer interpreter, compiler, and dictionary headers are, of course. But, it&#39;s looking quite good so far!</p>", "contentMap": { "en": "<p>Nice. Implemented (but not yet tested) some more primitives, enough to write EXPECT and QUERY words with. Total binary size is less than 800 bytes with these primitives in place.</p><p>This suggests that maybe I can have a minimally usable Forth environment in less than 4KB of code, possibly 2KB. This will all depend on how big the outer interpreter, compiler, and dictionary headers are, of course. But, it&#39;s looking quite good so far!</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/vertigo/statuses/98959026206395305/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/vertigo/statuses/98959026206395305/replies?min_id=98959028508784100&page=true", "partOf": "https://mastodon.social/users/vertigo/statuses/98959026206395305/replies", "items": [ "https://mastodon.social/users/vertigo/statuses/98959028508784100" ] } }, "likes": { "id": "https://mastodon.social/users/vertigo/statuses/98959026206395305/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.social/users/vertigo/statuses/98959026206395305/shares", "type": "Collection", "totalItems": 1 } }