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/111800625663233537/replies", "type": "Collection", "first": { "id": "https://front-end.social/users/bramus/statuses/111800625663233537/replies?page=true", "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800625663233537/replies?only_other_accounts=true&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800625663233537/replies", "items": [ { "id": "https://front-end.social/users/bramus/statuses/111800626145835733", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/bramus/statuses/111800625663233537", "published": "2024-01-22T16:49:31Z", "url": "https://front-end.social/@bramus/111800626145835733", "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/111800626145835733", "inReplyToAtomUri": "https://front-end.social/users/bramus/statuses/111800625663233537", "conversation": "tag:front-end.social,2024-01-22:objectId=7263465:objectType=Conversation", "content": "<p>That said: In Jake’s demo the approach works fine as he can apply the `touch-action: none` on the draghandle itself.</p><p>In my demo I need to conditionally set it based on the scroll offset, drag direction, and card state … which doesn’t work as it gets eval’d before `pointerdown`.</p>", "contentMap": { "en": "<p>That said: In Jake’s demo the approach works fine as he can apply the `touch-action: none` on the draghandle itself.</p><p>In my demo I need to conditionally set it based on the scroll offset, drag direction, and card state … which doesn’t work as it gets eval’d before `pointerdown`.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://front-end.social/users/bramus/statuses/111800626145835733/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800626145835733/replies?min_id=111800627446261140&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800626145835733/replies", "items": [ "https://front-end.social/users/bramus/statuses/111800627446261140" ] } }, "likes": { "id": "https://front-end.social/users/bramus/statuses/111800626145835733/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://front-end.social/users/bramus/statuses/111800626145835733/shares", "type": "Collection", "totalItems": 0 } } ] } }