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://bitbang.social/users/kalleboo/statuses/114342322993909131/replies",
"type": "Collection",
"first": {
"id": "https://bitbang.social/users/kalleboo/statuses/114342322993909131/replies?page=true",
"type": "CollectionPage",
"next": "https://bitbang.social/users/kalleboo/statuses/114342322993909131/replies?only_other_accounts=true&page=true",
"partOf": "https://bitbang.social/users/kalleboo/statuses/114342322993909131/replies",
"items": [
{
"id": "https://bitbang.social/users/kalleboo/statuses/114342375613070269",
"type": "Note",
"summary": null,
"inReplyTo": "https://bitbang.social/users/kalleboo/statuses/114342322993909131",
"published": "2025-04-15T14:09:50Z",
"url": "https://bitbang.social/@kalleboo/114342375613070269",
"attributedTo": "https://bitbang.social/users/kalleboo",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://bitbang.social/users/kalleboo/followers"
],
"sensitive": false,
"atomUri": "https://bitbang.social/users/kalleboo/statuses/114342375613070269",
"inReplyToAtomUri": "https://bitbang.social/users/kalleboo/statuses/114342322993909131",
"conversation": "tag:bitbang.social,2025-04-13:objectId=36964519:objectType=Conversation",
"content": "<p>In the end this is what I had to do:</p><p>- Remove all the Mac Toolbox header includes, CodeWarrior does it automagically<br />- Remove the jank “include all C files directly in the main file" method I used to avoid having to learn MPW Make. CW projects are automatic<br />- Add missing function prototypes (that MPW didn't need) and externs that I now need when it's not all one postprocessed file<br />- Fix that \\r and \\n are reversed in MPW<br />- Rename old "short" Toolbox calls to newer "long" ones… (1/2)</p>",
"contentMap": {
"ja": "<p>In the end this is what I had to do:</p><p>- Remove all the Mac Toolbox header includes, CodeWarrior does it automagically<br />- Remove the jank “include all C files directly in the main file" method I used to avoid having to learn MPW Make. CW projects are automatic<br />- Add missing function prototypes (that MPW didn't need) and externs that I now need when it's not all one postprocessed file<br />- Fix that \\r and \\n are reversed in MPW<br />- Rename old "short" Toolbox calls to newer "long" ones… (1/2)</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://bitbang.social/users/kalleboo/statuses/114342375613070269/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bitbang.social/users/kalleboo/statuses/114342375613070269/replies?min_id=114342375640307792&page=true",
"partOf": "https://bitbang.social/users/kalleboo/statuses/114342375613070269/replies",
"items": [
"https://bitbang.social/users/kalleboo/statuses/114342375640307792"
]
}
}
}
]
}
}