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",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage"
}
],
"id": "https://oceanplayground.social/users/ivanvector/statuses/109309052672246136",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-08T16:09:37Z",
"url": "https://oceanplayground.social/@ivanvector/109309052672246136",
"attributedTo": "https://oceanplayground.social/users/ivanvector",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://oceanplayground.social/users/ivanvector/followers",
"https://oceanplayground.social/users/matt"
],
"sensitive": false,
"atomUri": "https://oceanplayground.social/users/ivanvector/statuses/109309052672246136",
"inReplyToAtomUri": null,
"conversation": "tag:oceanplayground.social,2022-11-07:objectId=11420:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://oceanplayground.social/@matt\" class=\"u-url mention\">@<span>matt</span></a></span> Yeah I'm pretty sure it's Tusky that's the problem, not the instance. I think it's something like it's trying to pull that profile data for the other instances through the instance you're logged in to, but that data doesn't live on the local instance so nothing comes back.</p><p>But I haven't coded much of anything since Java was the hot new thing, I don't really know what I'm talking about.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://oceanplayground.social/@matt\" class=\"u-url mention\">@<span>matt</span></a></span> Yeah I'm pretty sure it's Tusky that's the problem, not the instance. I think it's something like it's trying to pull that profile data for the other instances through the instance you're logged in to, but that data doesn't live on the local instance so nothing comes back.</p><p>But I haven't coded much of anything since Java was the hot new thing, I don't really know what I'm talking about.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://oceanplayground.social/users/matt",
"name": "@matt"
}
],
"replies": {
"id": "https://oceanplayground.social/users/ivanvector/statuses/109309052672246136/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://oceanplayground.social/users/ivanvector/statuses/109309052672246136/replies?min_id=109309073099069940&page=true",
"partOf": "https://oceanplayground.social/users/ivanvector/statuses/109309052672246136/replies",
"items": [
"https://oceanplayground.social/users/ivanvector/statuses/109309073099069940"
]
}
}
}