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/mcc/statuses/113495309169627445", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/mcc/statuses/113495303941090707", "published": "2024-11-16T23:49:42Z", "url": "https://mastodon.social/@mcc/113495309169627445", "attributedTo": "https://mastodon.social/users/mcc", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/mcc/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/mcc/statuses/113495309169627445", "inReplyToAtomUri": "https://mastodon.social/users/mcc/statuses/113495303941090707", "conversation": "tag:mastodon.social,2024-11-16:objectId=849965350:objectType=Conversation", "content": "<p>My use case is I&#39;m in a piece of music software, and the audio thread writes its &quot;progress&quot; (eg what time it is playing back), and the gui reads it back and displays the current time. There is no possible race condition, and it is even acceptable for the GUI to display a slightly incorrect time, but it is *critical* that the audio thread never wait on the GUI thread which makes RwLock alarming to me.</p>", "contentMap": { "en": "<p>My use case is I&#39;m in a piece of music software, and the audio thread writes its &quot;progress&quot; (eg what time it is playing back), and the gui reads it back and displays the current time. There is no possible race condition, and it is even acceptable for the GUI to display a slightly incorrect time, but it is *critical* that the audio thread never wait on the GUI thread which makes RwLock alarming to me.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.social/users/mcc/statuses/113495309169627445/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/mcc/statuses/113495309169627445/replies?min_id=113495317359323852&page=true", "partOf": "https://mastodon.social/users/mcc/statuses/113495309169627445/replies", "items": [ "https://mastodon.social/users/mcc/statuses/113495317359323852" ] } }, "likes": { "id": "https://mastodon.social/users/mcc/statuses/113495309169627445/likes", "type": "Collection", "totalItems": 6 }, "shares": { "id": "https://mastodon.social/users/mcc/statuses/113495309169627445/shares", "type": "Collection", "totalItems": 1 } }