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://metalhead.club/users/mariusor/statuses/101222064469829975",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/alexcastano/statuses/101222055773994267",
"published": "2018-12-11T11:02:10Z",
"url": "https://metalhead.club/@mariusor/101222064469829975",
"attributedTo": "https://metalhead.club/users/mariusor",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://metalhead.club/users/mariusor/followers",
"https://mastodon.social/users/alexcastano"
],
"sensitive": false,
"atomUri": "https://metalhead.club/users/mariusor/statuses/101222064469829975",
"inReplyToAtomUri": "https://mastodon.social/users/alexcastano/statuses/101222055773994267",
"conversation": "tag:mastodon.social,2018-12-11:objectId=70714032:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@alexcastano\" class=\"u-url mention\">@<span>alexcastano</span></a></span> that's true, I am using a different algorithm for locally generated objects, basically still a hash, but over different elements. In the case of actors, I use the actor name, in the case of Article/Note/etc I use the content, etc... </p><p>I'm not sure I like having the logic split like that, but it's the best idea I had so far.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@alexcastano\" class=\"u-url mention\">@<span>alexcastano</span></a></span> that's true, I am using a different algorithm for locally generated objects, basically still a hash, but over different elements. In the case of actors, I use the actor name, in the case of Article/Note/etc I use the content, etc... </p><p>I'm not sure I like having the logic split like that, but it's the best idea I had so far.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/alexcastano",
"name": "@alexcastano@mastodon.social"
}
],
"replies": {
"id": "https://metalhead.club/users/mariusor/statuses/101222064469829975/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://metalhead.club/users/mariusor/statuses/101222064469829975/replies?only_other_accounts=true&page=true",
"partOf": "https://metalhead.club/users/mariusor/statuses/101222064469829975/replies",
"items": []
}
},
"likes": {
"id": "https://metalhead.club/users/mariusor/statuses/101222064469829975/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://metalhead.club/users/mariusor/statuses/101222064469829975/shares",
"type": "Collection",
"totalItems": 0
}
}