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", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" } } ], "id": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-10-29T20:12:58Z", "url": "https://social.jvns.ca/@b0rk/113392535388687769", "attributedTo": "https://social.jvns.ca/users/b0rk", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://social.jvns.ca/users/b0rk/followers" ], "sensitive": false, "atomUri": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769", "inReplyToAtomUri": null, "conversation": "tag:jvns.ca,2024-10-29:objectId=764228:objectType=Conversation", "content": "<p>spent some time today working on this diagram of how the ASCII control characters work in unix</p><p>there are a lot of mistakes/missing nuance but I think it&#39;s really interesting how little structure there is. Special codes (like `3` for SIGINT) that are handled by the OS are mixed with just regular keypresses (like `13` for &quot;enter”) which are mixed with codes that are handled by the application (like `1` for Ctrl-A in readline)</p><p>(not looking for history lessons right now)</p>", "contentMap": { "en": "<p>spent some time today working on this diagram of how the ASCII control characters work in unix</p><p>there are a lot of mistakes/missing nuance but I think it&#39;s really interesting how little structure there is. Special codes (like `3` for SIGINT) that are handled by the OS are mixed with just regular keypresses (like `13` for &quot;enter”) which are mixed with codes that are handled by the application (like `1` for Ctrl-A in readline)</p><p>(not looking for history lessons right now)</p>" }, "updated": "2024-10-29T20:50:02Z", "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.masto.host/socialjvnsca/media_attachments/files/113/392/540/857/549/960/original/57cf242895d40ee8.png", "name": "color coded table of ASCII control codes", "blurhash": "UFQv,wOS.6o{xunm%LWF~RV@R*s.-EogRUxa", "width": 2166, "height": 1288 } ], "tag": [], "replies": { "id": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769/replies?min_id=113392552034372051&page=true", "partOf": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769/replies", "items": [ "https://social.jvns.ca/users/b0rk/statuses/113392552034372051" ] } }, "likes": { "id": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769/likes", "type": "Collection", "totalItems": 241 }, "shares": { "id": "https://social.jvns.ca/users/b0rk/statuses/113392535388687769/shares", "type": "Collection", "totalItems": 115 } }