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", "litepub": "http://litepub.social/ns#", "directMessage": "litepub:directMessage", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" }, "Hashtag": "as:Hashtag" } ], "id": "https://ciberlandia.pt/users/villares/statuses/109461192192990837", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-05T13:00:42Z", "url": "https://ciberlandia.pt/@villares/109461192192990837", "attributedTo": "https://ciberlandia.pt/users/villares", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://ciberlandia.pt/users/villares/followers" ], "sensitive": false, "atomUri": "https://ciberlandia.pt/users/villares/statuses/109461192192990837", "inReplyToAtomUri": null, "conversation": "tag:ciberlandia.pt,2022-12-05:objectId=148550:objectType=Conversation", "content": "<p># Abreviated version from <a href=\"https://github.com/villares\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/villares</span><span class=\"invisible\"></span></a><br /><a href=\"https://ciberlandia.pt/tags/%E3%83%88%E3%82%A5%E3%83%BC%E3%83%88Processing\" class=\"mention hashtag\" rel=\"tag\">#<span>トゥートProcessing</span></a> <a href=\"https://ciberlandia.pt/tags/py5\" class=\"mention hashtag\" rel=\"tag\">#<span>py5</span></a> </p><p>from collections import deque<br />history = deque(maxlen=512)</p><p>def setup():<br /> size(600, 400)<br /> no_stroke()<br /> color_mode(HSB)</p><p>def draw():<br /> background(51)<br /> for i, (x, y) in enumerate(history):<br /> fill(i / 2, 255, 255, 128)<br /> circle(x, y, 8 + i / 16)<br /> if history:<br /> history.append(history.popleft())</p><p>def mouse_dragged():<br /> history.append((mouse_x, mouse_y))</p><p>def key_pressed():<br /> history.clear()</p>", "contentMap": { "en": "<p># Abreviated version from <a href=\"https://github.com/villares\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/villares</span><span class=\"invisible\"></span></a><br /><a href=\"https://ciberlandia.pt/tags/%E3%83%88%E3%82%A5%E3%83%BC%E3%83%88Processing\" class=\"mention hashtag\" rel=\"tag\">#<span>トゥートProcessing</span></a> <a href=\"https://ciberlandia.pt/tags/py5\" class=\"mention hashtag\" rel=\"tag\">#<span>py5</span></a> </p><p>from collections import deque<br />history = deque(maxlen=512)</p><p>def setup():<br /> size(600, 400)<br /> no_stroke()<br /> color_mode(HSB)</p><p>def draw():<br /> background(51)<br /> for i, (x, y) in enumerate(history):<br /> fill(i / 2, 255, 255, 128)<br /> circle(x, y, 8 + i / 16)<br /> if history:<br /> history.append(history.popleft())</p><p>def mouse_dragged():<br /> history.append((mouse_x, mouse_y))</p><p>def key_pressed():<br /> history.clear()</p>" }, "attachment": [ { "type": "Document", "mediaType": "video/mp4", "url": "https://media.ciberlandia.pt/ciberlandia-media/media_attachments/files/109/461/177/073/161/870/original/6d51877a5bb44995.mp4", "name": "animation: the person drags the mouse writing \"Hello World\" and the code in the tweet creates colorful translucent circles making the gesture/writing visible", "blurhash": "U05#hSxuxuxuxuxuxuxuxuxuxut7xuxut7t7", "focalPoint": [ 0, 0 ], "width": 600, "height": 400 } ], "tag": [ { "type": "Hashtag", "href": "https://ciberlandia.pt/tags/%E3%83%88%E3%82%A5%E3%83%BC%E3%83%88processing", "name": "#トゥートprocessing" }, { "type": "Hashtag", "href": "https://ciberlandia.pt/tags/py5", "name": "#py5" } ], "replies": { "id": "https://ciberlandia.pt/users/villares/statuses/109461192192990837/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://ciberlandia.pt/users/villares/statuses/109461192192990837/replies?only_other_accounts=true&page=true", "partOf": "https://ciberlandia.pt/users/villares/statuses/109461192192990837/replies", "items": [] } }, "likes": { "id": "https://ciberlandia.pt/users/villares/statuses/109461192192990837/likes", "type": "Collection", "totalItems": 38 }, "shares": { "id": "https://ciberlandia.pt/users/villares/statuses/109461192192990837/shares", "type": "Collection", "totalItems": 9 } }