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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-01-12T22:19:40Z",
"url": "https://mastodon.gamedev.place/@alice_i_cecile/113817706876399564",
"attributedTo": "https://mastodon.gamedev.place/users/alice_i_cecile",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/alice_i_cecile/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2025-01-12:objectId=128890765:objectType=Conversation",
"content": "<p>I got distracted this morning by some <a href=\"https://mastodon.gamedev.place/tags/bevy\" class=\"mention hashtag\" rel=\"tag\">#<span>bevy</span></a> <a href=\"https://mastodon.gamedev.place/tags/ecs\" class=\"mention hashtag\" rel=\"tag\">#<span>ecs</span></a> debate, and decided to write up some guidelines for how to model data of all sorts as entities + components without making a mess: <a href=\"https://hackmd.io/_uB08OiAT4GqOXPE-X76eQ\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">hackmd.io/_uB08OiAT4GqOXPE-X76</span><span class=\"invisible\">eQ</span></a></p><p>Unified backend, type-safe frontend, and misuse resistance without power user restrictions.</p>",
"contentMap": {
"en": "<p>I got distracted this morning by some <a href=\"https://mastodon.gamedev.place/tags/bevy\" class=\"mention hashtag\" rel=\"tag\">#<span>bevy</span></a> <a href=\"https://mastodon.gamedev.place/tags/ecs\" class=\"mention hashtag\" rel=\"tag\">#<span>ecs</span></a> debate, and decided to write up some guidelines for how to model data of all sorts as entities + components without making a mess: <a href=\"https://hackmd.io/_uB08OiAT4GqOXPE-X76eQ\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">hackmd.io/_uB08OiAT4GqOXPE-X76</span><span class=\"invisible\">eQ</span></a></p><p>Unified backend, type-safe frontend, and misuse resistance without power user restrictions.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/bevy",
"name": "#bevy"
},
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/ecs",
"name": "#ecs"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564/replies?min_id=113817712181471787&page=true",
"partOf": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564/replies",
"items": [
"https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817712181471787"
]
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564/likes",
"type": "Collection",
"totalItems": 24
},
"shares": {
"id": "https://mastodon.gamedev.place/users/alice_i_cecile/statuses/113817706876399564/shares",
"type": "Collection",
"totalItems": 12
}
}