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://cyberplace.social/users/pythoneer/statuses/113521959499111911/activity",
"type": "Create",
"actor": "https://cyberplace.social/users/pythoneer",
"published": "2024-11-21T16:47:13Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://cyberplace.social/users/pythoneer/followers"
],
"object": {
"id": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-21T16:47:13Z",
"url": "https://cyberplace.social/@pythoneer/113521959499111911",
"attributedTo": "https://cyberplace.social/users/pythoneer",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://cyberplace.social/users/pythoneer/followers"
],
"sensitive": false,
"atomUri": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911",
"inReplyToAtomUri": null,
"conversation": "tag:cyberplace.social,2024-11-21:objectId=39019604:objectType=Conversation",
"content": "<p>In the lab just now, with a student tearing their hair out over screenfuls of compiler error messages - too much for the terminal buffer, so scrolling back won't take us to the origin of the issue.</p><p>I say "Let's redirect all the compiler output to a file and have a look at that". 'wc -l' tells me this file is 33,000 lines long.</p><p>We have a look and quickly identify the problem. One / from the // comment prefix on line 1 had been accidentally deleted.</p><p>Gotta love C++.</p>",
"contentMap": {
"en": "<p>In the lab just now, with a student tearing their hair out over screenfuls of compiler error messages - too much for the terminal buffer, so scrolling back won't take us to the origin of the issue.</p><p>I say "Let's redirect all the compiler output to a file and have a look at that". 'wc -l' tells me this file is 33,000 lines long.</p><p>We have a look and quickly identify the problem. One / from the // comment prefix on line 1 had been accidentally deleted.</p><p>Gotta love C++.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911/replies?only_other_accounts=true&page=true",
"partOf": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911/replies",
"items": []
}
},
"likes": {
"id": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://cyberplace.social/users/pythoneer/statuses/113521959499111911/shares",
"type": "Collection",
"totalItems": 0
}
}
}