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/109998959411283934",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/nony/statuses/109998929586898808",
"published": "2023-03-10T12:21:58Z",
"url": "https://ruby.social/@nony/109998959411283934",
"attributedTo": "https://ruby.social/users/nony",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/nony/followers"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/nony/statuses/109998959411283934",
"inReplyToAtomUri": "https://ruby.social/users/nony/statuses/109998929586898808",
"conversation": "tag:ruby.social,2023-03-08:objectId=18398102:objectType=Conversation",
"content": "<p>The `capacity` attribute makes sense. The Object starts with a 3 ivar limit, it changes the capacity to 6 when you want to add a fourth. You add 3 more, now 6 total, so it needs to change the capacity again.</p>",
"contentMap": {
"en": "<p>The `capacity` attribute makes sense. The Object starts with a 3 ivar limit, it changes the capacity to 6 when you want to add a fourth. You add 3 more, now 6 total, so it needs to change the capacity again.</p>"
},
"updated": "2023-03-10T12:35:01Z",
"attachment": [],
"tag": [],
"replies": {
"id": "https://ruby.social/users/nony/statuses/109998959411283934/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nony/statuses/109998959411283934/replies?min_id=109999390206313948&page=true",
"partOf": "https://ruby.social/users/nony/statuses/109998959411283934/replies",
"items": [
"https://ruby.social/users/nony/statuses/109999390206313948"
]
}
},
"likes": {
"id": "https://ruby.social/users/nony/statuses/109998959411283934/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://ruby.social/users/nony/statuses/109998959411283934/shares",
"type": "Collection",
"totalItems": 0
}
}