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://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-01-30T22:12:25Z",
"url": "https://mastodon.gamedev.place/@victorgijsbers/111847194348244670",
"attributedTo": "https://mastodon.gamedev.place/users/victorgijsbers",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/victorgijsbers/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2024-01-30:objectId=76257511:objectType=Conversation",
"content": "<p>A question about programming terminology. See the Python shell below. This behaviour is perfectly reasonable. But it would *also* be perfectly reasonable for a programming language to work in a different way, namely such that the final result would be 18. Are there languages that work that way? Is there a name for it?</p>",
"contentMap": {
"en": "<p>A question about programming terminology. See the Python shell below. This behaviour is perfectly reasonable. But it would *also* be perfectly reasonable for a programming language to work in a different way, namely such that the final result would be 18. Are there languages that work that way? Is there a name for it?</p>"
},
"updated": "2024-01-30T22:13:00Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://cdn.masto.host/mastodongamedevplace/media_attachments/files/111/847/191/822/869/189/original/cad3c81bba79da7b.png",
"name": "a = 2\nb = 6\nc = a * b\nc\n[result: 12]\na = 3\nc\n[result: 12]",
"blurhash": "U5S$lo4T$y_1M_ads;M}WBWBt7j]xuM{t7j]",
"focalPoint": [
0,
0
],
"width": 152,
"height": 189
}
],
"tag": [],
"replies": {
"id": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://mastodon.gamedev.place/users/victorgijsbers/statuses/111847194348244670/shares",
"type": "Collection",
"totalItems": 1
}
}