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://front-end.social/users/bramus/statuses/111800624421778487/replies", "type": "Collection", "first": { "id": "https://front-end.social/users/bramus/statuses/111800624421778487/replies?page=true", "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800624421778487/replies?only_other_accounts=true&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800624421778487/replies", "items": [ { "id": "https://front-end.social/users/bramus/statuses/111800625663233537", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/bramus/statuses/111800624421778487", "published": "2024-01-22T16:49:24Z", "url": "https://front-end.social/@bramus/111800625663233537", "attributedTo": "https://front-end.social/users/bramus", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://front-end.social/users/bramus/followers" ], "sensitive": false, "atomUri": "https://front-end.social/users/bramus/statuses/111800625663233537", "inReplyToAtomUri": "https://front-end.social/users/bramus/statuses/111800624421778487", "conversation": "tag:front-end.social,2024-01-22:objectId=7263465:objectType=Conversation", "content": "<p>While nice, this drag approach quickly turns into a UX mess:</p><p>- Mouse users need to combine drag and scroll<br />- On touchy devices you need `touch-action: none` for the code to work, but disable scroll doing so<br />- Mapping drag to scroll removes momentum scroll<br />- …</p>", "contentMap": { "en": "<p>While nice, this drag approach quickly turns into a UX mess:</p><p>- Mouse users need to combine drag and scroll<br />- On touchy devices you need `touch-action: none` for the code to work, but disable scroll doing so<br />- Mapping drag to scroll removes momentum scroll<br />- …</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://front-end.social/users/bramus/statuses/111800625663233537/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800625663233537/replies?min_id=111800626145835733&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800625663233537/replies", "items": [ "https://front-end.social/users/bramus/statuses/111800626145835733" ] } }, "likes": { "id": "https://front-end.social/users/bramus/statuses/111800625663233537/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://front-end.social/users/bramus/statuses/111800625663233537/shares", "type": "Collection", "totalItems": 0 } } ] } }