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.social/users/mcc/statuses/113529535833682260",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-23T00:53:59Z",
"url": "https://mastodon.social/@mcc/113529535833682260",
"attributedTo": "https://mastodon.social/users/mcc",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/mcc/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/mcc/statuses/113529535833682260",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2024-11-23:objectId=855023952:objectType=Conversation",
"content": "<p>All of my Rust programs wind up being enormous state machines consisting of one single loop and a gigantic nested match statement inside of it, and I feel like at some point this *must* stop working, but so far it is working</p>",
"contentMap": {
"en": "<p>All of my Rust programs wind up being enormous state machines consisting of one single loop and a gigantic nested match statement inside of it, and I feel like at some point this *must* stop working, but so far it is working</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/mcc/statuses/113529535833682260/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/mcc/statuses/113529535833682260/replies?min_id=113529545510905321&page=true",
"partOf": "https://mastodon.social/users/mcc/statuses/113529535833682260/replies",
"items": [
"https://mastodon.social/users/mcc/statuses/113529545510905321"
]
}
},
"likes": {
"id": "https://mastodon.social/users/mcc/statuses/113529535833682260/likes",
"type": "Collection",
"totalItems": 39
},
"shares": {
"id": "https://mastodon.social/users/mcc/statuses/113529535833682260/shares",
"type": "Collection",
"totalItems": 5
}
}