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"
}
],
"id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936",
"type": "Note",
"summary": null,
"inReplyTo": "https://home.social/users/thebatman/statuses/109521280478236499",
"published": "2022-12-16T03:46:22Z",
"url": "https://mastodon.macstories.net/@alex/109521297913592936",
"attributedTo": "https://mastodon.macstories.net/users/alex",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.macstories.net/users/alex/followers",
"https://home.social/users/thebatman"
],
"sensitive": false,
"atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936",
"inReplyToAtomUri": "https://home.social/users/thebatman/statuses/109521280478236499",
"conversation": "tag:macstories.net,2022-12-16:objectId=989:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://home.social/@thebatman\" class=\"u-url mention\">@<span>thebatman</span></a></span> There are a lot of them out there, it just depends on what your infrastructure setup is. We're running on Kubernetes, and there isn't really a definitive guide for that, so I mostly had to wing it off of a combo of the Mastodon Helm chart's sparse documentation and a bunch of tips I gleaned from many different guides on doing it other ways. It was an adventure! If you have simpler infrastructure though then you can probably find an easier way to the finish line.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://home.social/@thebatman\" class=\"u-url mention\">@<span>thebatman</span></a></span> There are a lot of them out there, it just depends on what your infrastructure setup is. We're running on Kubernetes, and there isn't really a definitive guide for that, so I mostly had to wing it off of a combo of the Mastodon Helm chart's sparse documentation and a bunch of tips I gleaned from many different guides on doing it other ways. It was an adventure! If you have simpler infrastructure though then you can probably find an easier way to the finish line.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://home.social/users/thebatman",
"name": "@thebatman@home.social"
}
],
"replies": {
"id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/shares",
"type": "Collection",
"totalItems": 0
}
}