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" }, "Hashtag": "as:Hashtag" } ], "id": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-01-30T19:09:20Z", "url": "https://mastodon.gamedev.place/@AminiAllight/113918880035006035", "attributedTo": "https://mastodon.gamedev.place/users/AminiAllight", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.gamedev.place/users/AminiAllight/followers" ], "sensitive": false, "atomUri": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035", "inReplyToAtomUri": null, "conversation": "tag:mastodon.gamedev.place,2025-01-30:objectId=132043672:objectType=Conversation", "content": "<p>Implemented inverse distance weighting to properly blend between Head-Related Impulse Response samples for better spatial audio<br />The image is from a test where I used it to blend between randomly generated points on a heightmap<br /><a href=\"https://mastodon.gamedev.place/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/indiedev\" class=\"mention hashtag\" rel=\"tag\">#<span>indiedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/opensource\" class=\"mention hashtag\" rel=\"tag\">#<span>opensource</span></a> <a href=\"https://mastodon.gamedev.place/tags/freesoftware\" class=\"mention hashtag\" rel=\"tag\">#<span>freesoftware</span></a> <a href=\"https://mastodon.gamedev.place/tags/vr\" class=\"mention hashtag\" rel=\"tag\">#<span>vr</span></a> <a href=\"https://mastodon.gamedev.place/tags/virtualreality\" class=\"mention hashtag\" rel=\"tag\">#<span>virtualreality</span></a></p>", "contentMap": { "en": "<p>Implemented inverse distance weighting to properly blend between Head-Related Impulse Response samples for better spatial audio<br />The image is from a test where I used it to blend between randomly generated points on a heightmap<br /><a href=\"https://mastodon.gamedev.place/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/indiedev\" class=\"mention hashtag\" rel=\"tag\">#<span>indiedev</span></a> <a href=\"https://mastodon.gamedev.place/tags/opensource\" class=\"mention hashtag\" rel=\"tag\">#<span>opensource</span></a> <a href=\"https://mastodon.gamedev.place/tags/freesoftware\" class=\"mention hashtag\" rel=\"tag\">#<span>freesoftware</span></a> <a href=\"https://mastodon.gamedev.place/tags/vr\" class=\"mention hashtag\" rel=\"tag\">#<span>vr</span></a> <a href=\"https://mastodon.gamedev.place/tags/virtualreality\" class=\"mention hashtag\" rel=\"tag\">#<span>virtualreality</span></a></p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/918/867/539/346/269/original/89e4b6b022e9b67f.png", "name": "constexpr float p = 2;\nvector<Point> points;\n\nfloat distance(float px, float py, float qx, float qy)\n{\n return sqrt(pow(qx - px, 2) + pow(qy - py, 2));\n}\n\nfloat shepard(int x, int y)\n{\n float t = 0;\n float b = 0;\n\n for (Point& point : points)\n {\n if (x == point.x && y == point.y)\n {\n return point.v;\n }\n\n t += point.v / pow(distance(x, y, point.x, point.y), p);\n b += 1 / pow(distance(x, y, point.x, point.y), p);\n }\n\n return t / b;\n}", "blurhash": "UHAT+koe_Nj[xuj[ayjt_Nj[V@j[xufQayfQ", "focalPoint": [ 0, 0 ], "width": 1380, "height": 1340 }, { "type": "Document", "mediaType": "image/png", "url": "https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/918/867/941/628/449/original/56cb0e5de627ddc9.png", "name": "A blurry image blending smoothly between several light and dark points.", "blurhash": "ULH.QbWB_3Rj_3~qRjt7RjM{ofofM{IURjWB", "focalPoint": [ 0, 0 ], "width": 512, "height": 512 } ], "tag": [ { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/gamedev", "name": "#gamedev" }, { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/indiedev", "name": "#indiedev" }, { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/opensource", "name": "#opensource" }, { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/freesoftware", "name": "#freesoftware" }, { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/vr", "name": "#vr" }, { "type": "Hashtag", "href": "https://mastodon.gamedev.place/tags/virtualreality", "name": "#virtualreality" } ], "replies": { "id": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035/replies", "items": [] } }, "likes": { "id": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035/likes", "type": "Collection", "totalItems": 10 }, "shares": { "id": "https://mastodon.gamedev.place/users/AminiAllight/statuses/113918880035006035/shares", "type": "Collection", "totalItems": 4 } }