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/TomF/statuses/110623032610659049",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-06-28T17:32:00Z",
"url": "https://mastodon.gamedev.place/@TomF/110623032610659049",
"attributedTo": "https://mastodon.gamedev.place/users/TomF",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/TomF/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2023-06-28:objectId=44322644:objectType=Conversation",
"content": "<p>I'm finally biting the bullet and doing Boss Fights. The thing is, I want each boss fight to be a unique thing with custom code to show new and fun things to the player, and so I can just throw Cool Stuff in there to show off, but without breaking the rest of the game.</p><p>Buuuuut that means they're full of strange exceptions and hacks and stuff. And that offends my OCD coder "elegance" sensibilities. Even though I actually WANT them to be that way.</p><p>Left brain vs right brain - FIGHT!</p>",
"contentMap": {
"en": "<p>I'm finally biting the bullet and doing Boss Fights. The thing is, I want each boss fight to be a unique thing with custom code to show new and fun things to the player, and so I can just throw Cool Stuff in there to show off, but without breaking the rest of the game.</p><p>Buuuuut that means they're full of strange exceptions and hacks and stuff. And that offends my OCD coder "elegance" sensibilities. Even though I actually WANT them to be that way.</p><p>Left brain vs right brain - FIGHT!</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049/replies?min_id=110624858009816792&page=true",
"partOf": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049/replies",
"items": [
"https://mastodon.gamedev.place/users/TomF/statuses/110624858009816792"
]
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049/likes",
"type": "Collection",
"totalItems": 31
},
"shares": {
"id": "https://mastodon.gamedev.place/users/TomF/statuses/110623032610659049/shares",
"type": "Collection",
"totalItems": 2
}
}