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://front-end.social/users/bramus/statuses/111800612520031347/replies", "type": "Collection", "first": { "id": "https://front-end.social/users/bramus/statuses/111800612520031347/replies?page=true", "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800612520031347/replies?only_other_accounts=true&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800612520031347/replies", "items": [ { "id": "https://front-end.social/users/bramus/statuses/111800614717790454", "type": "Note", "summary": null, "inReplyTo": "https://front-end.social/users/bramus/statuses/111800612520031347", "published": "2024-01-22T16:46:37Z", "url": "https://front-end.social/@bramus/111800614717790454", "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/111800614717790454", "inReplyToAtomUri": "https://front-end.social/users/bramus/statuses/111800612520031347", "conversation": "tag:front-end.social,2024-01-22:objectId=7263465:objectType=Conversation", "content": "<p>The only thing that changes between the two states is the classList on the `.card`, which applies a different `grid-template`. View Transitions take care of moving everything around. Very powerful stuff.</p><p>(And yes, that was DevTools used to scrub through the animations there)</p>", "contentMap": { "en": "<p>The only thing that changes between the two states is the classList on the `.card`, which applies a different `grid-template`. View Transitions take care of moving everything around. Very powerful stuff.</p><p>(And yes, that was DevTools used to scrub through the animations there)</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.masto.host/frontendsocial/media_attachments/files/111/800/614/018/562/883/original/6e911b386973705f.png", "name": "```css\n.card {\n display: grid;\n grid-template:\n \"meta\" auto\n \"title\" 100px\n \"moremeta\" auto\n \"description\" 80px\n \"cover\" auto / auto;\n align-items: center;\n padding: 2rem 3rem 0;\n gap: 1rem;\n}\n\n.card.small {\n grid-template:\n \"cover title\" 1fr\n \"cover moremeta\" 1fr / 80px auto;\n padding: 1rem 0 0 3rem;\n gap: 0;\n\n .title {\n align-self: end;\n }\n .moremeta {\n align-self: start;\n }\n\n .description,\n .meta {\n display: none;\n }\n}\n```", "blurhash": "UL5?GUx]yGo#yEofofj[yGkCadfRtmj[axfR", "focalPoint": [ 0, 0 ], "width": 1840, "height": 1838 } ], "tag": [], "replies": { "id": "https://front-end.social/users/bramus/statuses/111800614717790454/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://front-end.social/users/bramus/statuses/111800614717790454/replies?min_id=111800616847469327&page=true", "partOf": "https://front-end.social/users/bramus/statuses/111800614717790454/replies", "items": [ "https://front-end.social/users/bramus/statuses/111800616847469327" ] } }, "likes": { "id": "https://front-end.social/users/bramus/statuses/111800614717790454/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://front-end.social/users/bramus/statuses/111800614717790454/shares", "type": "Collection", "totalItems": 0 } } ] } }