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://ruby.social/users/nony/statuses/109992346424771777",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/nony/statuses/109989524979950256",
"published": "2023-03-09T08:20:12Z",
"url": "https://ruby.social/@nony/109992346424771777",
"attributedTo": "https://ruby.social/users/nony",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/nony/followers",
"https://ruby.social/users/kaspth"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/nony/statuses/109992346424771777",
"inReplyToAtomUri": "https://ruby.social/users/nony/statuses/109989524979950256",
"conversation": "tag:ruby.social,2023-03-08:objectId=18398102:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@kaspth\" class=\"u-url mention\">@<span>kaspth</span></a></span> Aah, I think we get a CAPACITY_CHANGE shape because the initial object can hold 3 ivars but once we add a fourth it has to transition to an extended object (probably not the right term)</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@kaspth\" class=\"u-url mention\">@<span>kaspth</span></a></span> Aah, I think we get a CAPACITY_CHANGE shape because the initial object can hold 3 ivars but once we add a fourth it has to transition to an extended object (probably not the right term)</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://ruby.social/users/kaspth",
"name": "@kaspth"
}
],
"replies": {
"id": "https://ruby.social/users/nony/statuses/109992346424771777/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nony/statuses/109992346424771777/replies?min_id=109992690816075974&page=true",
"partOf": "https://ruby.social/users/nony/statuses/109992346424771777/replies",
"items": [
"https://ruby.social/users/nony/statuses/109992690816075974"
]
}
},
"likes": {
"id": "https://ruby.social/users/nony/statuses/109992346424771777/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://ruby.social/users/nony/statuses/109992346424771777/shares",
"type": "Collection",
"totalItems": 0
}
}