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://fosstodon.org/users/derekkraan/statuses/112478094490042982", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/derekkraan/statuses/112478092727004509", "published": "2024-05-21T08:18:37Z", "url": "https://fosstodon.org/@derekkraan/112478094490042982", "attributedTo": "https://fosstodon.org/users/derekkraan", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://fosstodon.org/users/derekkraan/followers" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982", "inReplyToAtomUri": "https://fosstodon.org/users/derekkraan/statuses/112478092727004509", "conversation": "tag:fosstodon.org,2024-05-21:objectId=210523424:objectType=Conversation", "content": "<p>So back to HighlanderPG. How does a single SELECT query cause all this to happen? What I neglected to remember (it happens) is that EVERY statement in Postgres gets executed in a transaction. If you don&#39;t run BEGIN... END, Postgres does it for you.</p><p>5/🧵</p>", "contentMap": { "en": "<p>So back to HighlanderPG. How does a single SELECT query cause all this to happen? What I neglected to remember (it happens) is that EVERY statement in Postgres gets executed in a transaction. If you don&#39;t run BEGIN... END, Postgres does it for you.</p><p>5/🧵</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982/replies?min_id=112478095646309934&page=true", "partOf": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982/replies", "items": [ "https://fosstodon.org/users/derekkraan/statuses/112478095646309934" ] } }, "likes": { "id": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://fosstodon.org/users/derekkraan/statuses/112478094490042982/shares", "type": "Collection", "totalItems": 0 } }