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/tesseralis/statuses/113087186684009230/activity", "type": "Create", "actor": "https://mastodon.social/users/tesseralis", "published": "2024-09-05T21:58:47Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/tesseralis/followers" ], "object": { "id": "https://mastodon.social/users/tesseralis/statuses/113087186684009230", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/tesseralis/statuses/113087167979139708", "published": "2024-09-05T21:58:47Z", "url": "https://mastodon.social/@tesseralis/113087186684009230", "attributedTo": "https://mastodon.social/users/tesseralis", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/tesseralis/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/tesseralis/statuses/113087186684009230", "inReplyToAtomUri": "https://mastodon.social/users/tesseralis/statuses/113087167979139708", "conversation": "tag:mastodon.social,2024-09-05:objectId=792600828:objectType=Conversation", "content": "<p>My current problem now is I want to store state data for a 2d array of coordinates that needs to be frequently updated. My options are:</p><p>* store it as an object, converting each coordinate to a string key (ew)<br />* store it as an array of arrays, needing to do complex code copying manipulations in order to get just one (1) entry updated<br />* use a whole-ass third party library (!!) in order to use mutable notation, which *still* copies a whole-ass object under the hood</p>", "contentMap": { "en": "<p>My current problem now is I want to store state data for a 2d array of coordinates that needs to be frequently updated. My options are:</p><p>* store it as an object, converting each coordinate to a string key (ew)<br />* store it as an array of arrays, needing to do complex code copying manipulations in order to get just one (1) entry updated<br />* use a whole-ass third party library (!!) in order to use mutable notation, which *still* copies a whole-ass object under the hood</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/tesseralis/statuses/113087186684009230/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/tesseralis/statuses/113087186684009230/replies?min_id=113087223530523450&page=true", "partOf": "https://mastodon.social/users/tesseralis/statuses/113087186684009230/replies", "items": [ "https://mastodon.social/users/tesseralis/statuses/113087223530523450" ] } }, "likes": { "id": "https://mastodon.social/users/tesseralis/statuses/113087186684009230/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/tesseralis/statuses/113087186684009230/shares", "type": "Collection", "totalItems": 0 } } }