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"
}
}
],
"id": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/Cheeseness/statuses/114210550931195495",
"published": "2025-04-04T05:53:55Z",
"url": "https://mastodon.social/@Cheeseness/114278140206518795",
"attributedTo": "https://mastodon.social/users/Cheeseness",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/Cheeseness/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795",
"inReplyToAtomUri": "https://mastodon.social/users/Cheeseness/statuses/114210550931195495",
"conversation": "tag:mastodon.social,2022-02-04:objectId=276145058:objectType=Conversation",
"content": "<p>Spent some time today reworking local travel lines to recursively bisect a direct path to the destination and offset based on perlin weight rather than just wandering along the lowest noise path. The result still gives winding paths, but less circuitous ones that I can more easily limit the length of. Here's a before and after.</p>",
"contentMap": {
"en": "<p>Spent some time today reworking local travel lines to recursively bisect a direct path to the destination and offset based on perlin weight rather than just wandering along the lowest noise path. The result still gives winding paths, but less circuitous ones that I can more easily limit the length of. Here's a before and after.</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/114/278/110/965/769/828/original/cf3b8e0d942d2756.png",
"name": "A screenshot of an excessively long local travel path with the old system where the path moves toward the destination, gets very close, and then takes a winding path away that circles around the large travel line's destination before eventually arriving at the local destination. Although curved, the path is blocky/jagged in a way that doesn't feel natural.",
"blurhash": "U8C=xK.73U,q#89tAW,sKhW=+wnPo|t6$%oL",
"focalPoint": [
0,
0
],
"width": 1280,
"height": 720
},
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/114/278/111/355/121/875/original/7f01dcfa899323b7.png",
"name": "A screenshot of a typical local travel line generated with the new system, which generally moves toward the local destination, winding southward as though avoiding a mountain or following a river, before curving back to arrive.",
"blurhash": "U9Fr640MPnOX_LIo#S={pHxt#nkV-oofXRn%",
"focalPoint": [
0,
0
],
"width": 1280,
"height": 720
}
],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795/replies?min_id=114355857893857655&page=true",
"partOf": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795/replies",
"items": [
"https://mastodon.social/users/Cheeseness/statuses/114355857893857655"
]
}
},
"likes": {
"id": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/Cheeseness/statuses/114278140206518795/shares",
"type": "Collection",
"totalItems": 1
}
}