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.me.uk/users/Floppy/statuses/110700240408935076",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-07-12T08:46:57Z",
"url": "https://mastodon.me.uk/@Floppy/110700240408935076",
"attributedTo": "https://mastodon.me.uk/users/Floppy",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.me.uk/users/Floppy/followers",
"https://3dp.chat/users/vandam",
"https://techhub.social/users/3dprinting"
],
"sensitive": false,
"atomUri": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.me.uk,2023-07-12:objectId=34176524:objectType=Conversation",
"content": "<p>... wow. Last night I added some code to <span class=\"h-card\" translate=\"no\"><a href=\"https://3dp.chat/@vandam\" class=\"u-url mention\">@<span>vandam</span></a></span> to detect inefficient file formats in my 3d model library. The scan this morning isn't a quarter done and it's already found 700 files that are just wasting space by using ASCII formats.</p><p>I've really surprised myself by making something useful.</p><p><a href=\"https://mastodon.me.uk/tags/3DPrinting\" class=\"mention hashtag\" rel=\"tag\">#<span>3DPrinting</span></a> <span class=\"h-card\" translate=\"no\"><a href=\"https://techhub.social/@3dprinting\" class=\"u-url mention\">@<span>3dprinting</span></a></span> <a href=\"https://mastodon.me.uk/tags/SelfHosted\" class=\"mention hashtag\" rel=\"tag\">#<span>SelfHosted</span></a></p>",
"contentMap": {
"en": "<p>... wow. Last night I added some code to <span class=\"h-card\" translate=\"no\"><a href=\"https://3dp.chat/@vandam\" class=\"u-url mention\">@<span>vandam</span></a></span> to detect inefficient file formats in my 3d model library. The scan this morning isn't a quarter done and it's already found 700 files that are just wasting space by using ASCII formats.</p><p>I've really surprised myself by making something useful.</p><p><a href=\"https://mastodon.me.uk/tags/3DPrinting\" class=\"mention hashtag\" rel=\"tag\">#<span>3DPrinting</span></a> <span class=\"h-card\" translate=\"no\"><a href=\"https://techhub.social/@3dprinting\" class=\"u-url mention\">@<span>3dprinting</span></a></span> <a href=\"https://mastodon.me.uk/tags/SelfHosted\" class=\"mention hashtag\" rel=\"tag\">#<span>SelfHosted</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://3dp.chat/users/vandam",
"name": "@vandam@3dp.chat"
},
{
"type": "Mention",
"href": "https://techhub.social/users/3dprinting",
"name": "@3dprinting@techhub.social"
},
{
"type": "Hashtag",
"href": "https://mastodon.me.uk/tags/3dprinting",
"name": "#3dprinting"
},
{
"type": "Hashtag",
"href": "https://mastodon.me.uk/tags/selfhosted",
"name": "#selfhosted"
}
],
"replies": {
"id": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076/replies?min_id=110700368301249451&page=true",
"partOf": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076/replies",
"items": [
"https://mastodon.me.uk/users/Floppy/statuses/110700243330016056",
"https://mastodon.me.uk/users/Floppy/statuses/110700368301249451"
]
}
},
"likes": {
"id": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://mastodon.me.uk/users/Floppy/statuses/110700240408935076/shares",
"type": "Collection",
"totalItems": 2
}
}