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.
{
"@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://leds.social/users/InstantArcade/statuses/114068341038039640",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-26T04:39:14Z",
"url": "https://leds.social/@InstantArcade/114068341038039640",
"attributedTo": "https://leds.social/users/InstantArcade",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://leds.social/users/InstantArcade/followers"
],
"sensitive": false,
"atomUri": "https://leds.social/users/InstantArcade/statuses/114068341038039640",
"inReplyToAtomUri": null,
"conversation": "tag:leds.social,2025-02-26:objectId=4814261:objectType=Conversation",
"content": "<p>Today's updates to the raycasting engine.<br />I can change the color of the blocks (and load/save the map).<br />Biggest difference today is that the POV of the player is rendered on the right side in the pseudo '3D' that these engines typically produce.</p><p><a href=\"https://leds.social/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://leds.social/tags/rendering\" class=\"mention hashtag\" rel=\"tag\">#<span>rendering</span></a> <a href=\"https://leds.social/tags/raycasting\" class=\"mention hashtag\" rel=\"tag\">#<span>raycasting</span></a> <a href=\"https://leds.social/tags/cplusplus\" class=\"mention hashtag\" rel=\"tag\">#<span>cplusplus</span></a></p>",
"contentMap": {
"en": "<p>Today's updates to the raycasting engine.<br />I can change the color of the blocks (and load/save the map).<br />Biggest difference today is that the POV of the player is rendered on the right side in the pseudo '3D' that these engines typically produce.</p><p><a href=\"https://leds.social/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://leds.social/tags/rendering\" class=\"mention hashtag\" rel=\"tag\">#<span>rendering</span></a> <a href=\"https://leds.social/tags/raycasting\" class=\"mention hashtag\" rel=\"tag\">#<span>raycasting</span></a> <a href=\"https://leds.social/tags/cplusplus\" class=\"mention hashtag\" rel=\"tag\">#<span>cplusplus</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "video/mp4",
"url": "https://cdn.masto.host/ledssocial/media_attachments/files/114/068/340/783/433/472/original/4cab08f2c0564741.mp4",
"name": "A multi-view raycasting engine showing the player position and view cone on the left side and a raycasted '3D' view on the right from the players perspective.\r\nThe player is driven around the map white the view of the player based on the map is shown on the right hand side.",
"blurhash": "U84.|{u-PRIIuiZ6pat7O@idW@b]NfkRVgTE",
"width": 1280,
"height": 720
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://leds.social/tags/gamedev",
"name": "#gamedev"
},
{
"type": "Hashtag",
"href": "https://leds.social/tags/rendering",
"name": "#rendering"
},
{
"type": "Hashtag",
"href": "https://leds.social/tags/raycasting",
"name": "#raycasting"
},
{
"type": "Hashtag",
"href": "https://leds.social/tags/cplusplus",
"name": "#cplusplus"
}
],
"replies": {
"id": "https://leds.social/users/InstantArcade/statuses/114068341038039640/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://leds.social/users/InstantArcade/statuses/114068341038039640/replies?only_other_accounts=true&page=true",
"partOf": "https://leds.social/users/InstantArcade/statuses/114068341038039640/replies",
"items": []
}
},
"likes": {
"id": "https://leds.social/users/InstantArcade/statuses/114068341038039640/likes",
"type": "Collection",
"totalItems": 7
},
"shares": {
"id": "https://leds.social/users/InstantArcade/statuses/114068341038039640/shares",
"type": "Collection",
"totalItems": 1
}
}