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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
}
}
],
"id": "https://ruby.social/users/nony/statuses/109998929586898808",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/kaspth/statuses/109995447184920964",
"published": "2023-03-10T12:14:23Z",
"url": "https://ruby.social/@nony/109998929586898808",
"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/109998929586898808",
"inReplyToAtomUri": "https://ruby.social/users/kaspth/statuses/109995447184920964",
"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> I think it's unrelated to the initialize block. Here I started adding ivars to an instance of `Foo` and dumped the heap. It starts at 3 and then the object doubles the number of ivars it can hold before a `CAPACITY_CHANGE` shape is added.</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> I think it's unrelated to the initialize block. Here I started adding ivars to an instance of `Foo` and dumped the heap. It starts at 3 and then the object doubles the number of ivars it can hold before a `CAPACITY_CHANGE` shape is added.</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://cdn.masto.host/rubysocial/media_attachments/files/109/998/927/708/665/541/original/98395d4826d2205c.png",
"name": null,
"blurhash": "UFAdN6kC_Nn%xujsf6fk_NjZWBbHxuj@axjt",
"width": 1480,
"height": 1401
}
],
"tag": [
{
"type": "Mention",
"href": "https://ruby.social/users/kaspth",
"name": "@kaspth"
}
],
"replies": {
"id": "https://ruby.social/users/nony/statuses/109998929586898808/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nony/statuses/109998929586898808/replies?min_id=109998959411283934&page=true",
"partOf": "https://ruby.social/users/nony/statuses/109998929586898808/replies",
"items": [
"https://ruby.social/users/nony/statuses/109998959411283934"
]
}
},
"likes": {
"id": "https://ruby.social/users/nony/statuses/109998929586898808/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://ruby.social/users/nony/statuses/109998929586898808/shares",
"type": "Collection",
"totalItems": 0
}
}