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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.online/users/Mawoka/statuses/114337102647033420",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-04-14T15:48:51Z",
"url": "https://mastodon.online/@Mawoka/114337102647033420",
"attributedTo": "https://mastodon.online/users/Mawoka",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.online/users/Mawoka/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.online/users/Mawoka/statuses/114337102647033420",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.online,2025-04-14:objectId=492661788:objectType=Conversation",
"content": "<p>When writing <a href=\"https://mastodon.online/tags/rust\" class=\"mention hashtag\" rel=\"tag\">#<span>rust</span></a> I always put parentheses around if statements like this:</p><p>if (sth_is_true) {}</p><p>instead of just going with:</p><p>if sth_is_true {}</p><p>Seems like my brain isn't able to switch between <a href=\"https://mastodon.online/tags/JS\" class=\"mention hashtag\" rel=\"tag\">#<span>JS</span></a> and Rust in this regard.</p>",
"contentMap": {
"en": "<p>When writing <a href=\"https://mastodon.online/tags/rust\" class=\"mention hashtag\" rel=\"tag\">#<span>rust</span></a> I always put parentheses around if statements like this:</p><p>if (sth_is_true) {}</p><p>instead of just going with:</p><p>if sth_is_true {}</p><p>Seems like my brain isn't able to switch between <a href=\"https://mastodon.online/tags/JS\" class=\"mention hashtag\" rel=\"tag\">#<span>JS</span></a> and Rust in this regard.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.online/tags/rust",
"name": "#rust"
},
{
"type": "Hashtag",
"href": "https://mastodon.online/tags/js",
"name": "#js"
}
],
"replies": {
"id": "https://mastodon.online/users/Mawoka/statuses/114337102647033420/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.online/users/Mawoka/statuses/114337102647033420/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.online/users/Mawoka/statuses/114337102647033420/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.online/users/Mawoka/statuses/114337102647033420/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.online/users/Mawoka/statuses/114337102647033420/shares",
"type": "Collection",
"totalItems": 3
}
}