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://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467278761423",
"published": "2023-04-26T18:12:49Z",
"url": "https://mastodon.gamedev.place/@gfxstrand/110266467597997024",
"attributedTo": "https://mastodon.gamedev.place/users/gfxstrand",
"to": [
"https://mastodon.gamedev.place/users/gfxstrand/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024",
"inReplyToAtomUri": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467278761423",
"conversation": "tag:mastodon.gamedev.place,2023-04-26:objectId=36074109:objectType=Conversation",
"content": "<p>The src_type() call should effectively compile down to a lookup table in most cases (I've not actually looked at the assembly). The object it returns is indexable but designed so it's quite compact and can be stored in the .data section easily.</p>",
"contentMap": {
"en": "<p>The src_type() call should effectively compile down to a lookup table in most cases (I've not actually looked at the assembly). The object it returns is indexable but designed so it's quite compact and can be stored in the .data section easily.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024/replies?min_id=110266482291129993&page=true",
"partOf": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024/replies",
"items": [
"https://mastodon.gamedev.place/users/gfxstrand/statuses/110266482291129993"
]
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://mastodon.gamedev.place/users/gfxstrand/statuses/110266467597997024/shares",
"type": "Collection",
"totalItems": 0
}
}