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.world/users/h_thoreson/statuses/114066647153505184",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.world/users/h_thoreson/statuses/114062442428836798",
"published": "2025-02-25T21:28:27Z",
"url": "https://mastodon.world/@h_thoreson/114066647153505184",
"attributedTo": "https://mastodon.world/users/h_thoreson",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.world/users/h_thoreson/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184",
"inReplyToAtomUri": "https://mastodon.world/users/h_thoreson/statuses/114062442428836798",
"conversation": "tag:mastodon.world,2025-02-25:objectId=378230975:objectType=Conversation",
"content": "<p>Figured out how to bundle this into <a href=\"https://mastodon.world/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> and serve it up locally. Docker seems to have improved a bit since the last time I had to use it for anything. It felt like there was always some kind of issue kludging through trying to deploy it in VM's or get it to build with everything.</p>",
"contentMap": {
"en": "<p>Figured out how to bundle this into <a href=\"https://mastodon.world/tags/Docker\" class=\"mention hashtag\" rel=\"tag\">#<span>Docker</span></a> and serve it up locally. Docker seems to have improved a bit since the last time I had to use it for anything. It felt like there was always some kind of issue kludging through trying to deploy it in VM's or get it to build with everything.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.world/tags/docker",
"name": "#docker"
}
],
"replies": {
"id": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://mastodon.world/users/h_thoreson/statuses/114066647153505184/shares",
"type": "Collection",
"totalItems": 0
}
}