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.bsd.cafe/users/zirias/statuses/114375708047661573/replies",
"type": "Collection",
"first": {
"id": "https://mastodon.bsd.cafe/users/zirias/statuses/114375708047661573/replies?page=true",
"type": "CollectionPage",
"next": "https://mastodon.bsd.cafe/users/zirias/statuses/114375708047661573/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.bsd.cafe/users/zirias/statuses/114375708047661573/replies",
"items": [
{
"id": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.bsd.cafe/users/zirias/statuses/114375708047661573",
"published": "2025-04-22T07:49:18Z",
"url": "https://mastodon.bsd.cafe/@zirias/114380515450633481",
"attributedTo": "https://mastodon.bsd.cafe/users/zirias",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.bsd.cafe/users/zirias/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481",
"inReplyToAtomUri": "https://mastodon.bsd.cafe/users/zirias/statuses/114375708047661573",
"conversation": "tag:bsd.cafe,2025-04-21:objectId=16011391:objectType=Conversation",
"content": "<p>Oh boy, I discovered two quite problematic bugs after releasing <a href=\"https://mastodon.bsd.cafe/tags/swad\" class=\"mention hashtag\" rel=\"tag\">#<span>swad</span></a> 0.3:</p><p>* The <a href=\"https://mastodon.bsd.cafe/tags/PAM\" class=\"mention hashtag\" rel=\"tag\">#<span>PAM</span></a> checker could cause swad to deadlock under unlikely, but possible circumstances: Creating another PAM checker instance when the PAM helper process already died (or couldn't be started at all)</p><p>* The file checker had a bug of the stupid kind, it failed to authenticate users that *don't* have a "real name" set in the password file because it didn't correctly strip the newline following the hash in this case. 🙈 </p><p>Fixed them both now!</p><p>I think I'll do something you normally should never do: Re-roll the existing <a href=\"https://mastodon.bsd.cafe/tags/release\" class=\"mention hashtag\" rel=\"tag\">#<span>release</span></a>. It's IMHO kind of acceptable because this is still an incomplete 0.x version AND there are (as far as I know) no packagers yet.</p>",
"contentMap": {
"en": "<p>Oh boy, I discovered two quite problematic bugs after releasing <a href=\"https://mastodon.bsd.cafe/tags/swad\" class=\"mention hashtag\" rel=\"tag\">#<span>swad</span></a> 0.3:</p><p>* The <a href=\"https://mastodon.bsd.cafe/tags/PAM\" class=\"mention hashtag\" rel=\"tag\">#<span>PAM</span></a> checker could cause swad to deadlock under unlikely, but possible circumstances: Creating another PAM checker instance when the PAM helper process already died (or couldn't be started at all)</p><p>* The file checker had a bug of the stupid kind, it failed to authenticate users that *don't* have a "real name" set in the password file because it didn't correctly strip the newline following the hash in this case. 🙈 </p><p>Fixed them both now!</p><p>I think I'll do something you normally should never do: Re-roll the existing <a href=\"https://mastodon.bsd.cafe/tags/release\" class=\"mention hashtag\" rel=\"tag\">#<span>release</span></a>. It's IMHO kind of acceptable because this is still an incomplete 0.x version AND there are (as far as I know) no packagers yet.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.bsd.cafe/tags/swad",
"name": "#swad"
},
{
"type": "Hashtag",
"href": "https://mastodon.bsd.cafe/tags/pam",
"name": "#pam"
},
{
"type": "Hashtag",
"href": "https://mastodon.bsd.cafe/tags/release",
"name": "#release"
}
],
"replies": {
"id": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481/replies?min_id=114380604796178929&page=true",
"partOf": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481/replies",
"items": [
"https://mastodon.bsd.cafe/users/zirias/statuses/114380604796178929"
]
}
},
"likes": {
"id": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.bsd.cafe/users/zirias/statuses/114380515450633481/shares",
"type": "Collection",
"totalItems": 0
}
}
]
}
}