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",
"expiry": "toot:expiry",
"Hashtag": "as:Hashtag"
}
],
"id": "https://qoto.org/users/ssokolow/statuses/114727989841391281",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-22T16:36:36Z",
"url": "https://qoto.org/@ssokolow/114727989841391281",
"attributedTo": "https://qoto.org/users/ssokolow",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://qoto.org/users/ssokolow/followers"
],
"sensitive": false,
"atomUri": "https://qoto.org/users/ssokolow/statuses/114727989841391281",
"inReplyToAtomUri": null,
"conversation": "tag:qoto.org,2025-06-22:objectId=114727989841366387:objectType=Conversation",
"context": "https://qoto.org/contexts/114727989841366387",
"content": "<p>Since the Thunderbird people just duped bug 1947722 (support for disabling hiding the Quick Filter bar on Esc keypresses) against bug 1922924 (disable Esc when filter settings are pinned), here's a little python-xlib hack for the ACTUALLY desired functionality by filtering events.</p><p><a href=\"https://gist.github.com/ssokolow/74c8bda3dafc133e615e3152b815196f\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/ssokolow/74c8b</span><span class=\"invisible\">da3dafc133e615e3152b815196f</span></a></p><p>Wayland users will have to force their Thunderbird to run as an X11 app via XWayland or Wayland's security model will prevent this from working.</p><p><a href=\"https://qoto.org/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a> <a href=\"https://qoto.org/tags/bsd\" class=\"mention hashtag\" rel=\"tag\">#<span>bsd</span></a> <a href=\"https://qoto.org/tags/x11\" class=\"mention hashtag\" rel=\"tag\">#<span>x11</span></a> <a href=\"https://qoto.org/tags/xlib\" class=\"mention hashtag\" rel=\"tag\">#<span>xlib</span></a> <a href=\"https://qoto.org/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> <a href=\"https://qoto.org/tags/thunderbird\" class=\"mention hashtag\" rel=\"tag\">#<span>thunderbird</span></a></p>",
"contentMap": {
"en": "<p>Since the Thunderbird people just duped bug 1947722 (support for disabling hiding the Quick Filter bar on Esc keypresses) against bug 1922924 (disable Esc when filter settings are pinned), here's a little python-xlib hack for the ACTUALLY desired functionality by filtering events.</p><p><a href=\"https://gist.github.com/ssokolow/74c8bda3dafc133e615e3152b815196f\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/ssokolow/74c8b</span><span class=\"invisible\">da3dafc133e615e3152b815196f</span></a></p><p>Wayland users will have to force their Thunderbird to run as an X11 app via XWayland or Wayland's security model will prevent this from working.</p><p><a href=\"https://qoto.org/tags/linux\" class=\"mention hashtag\" rel=\"tag\">#<span>linux</span></a> <a href=\"https://qoto.org/tags/bsd\" class=\"mention hashtag\" rel=\"tag\">#<span>bsd</span></a> <a href=\"https://qoto.org/tags/x11\" class=\"mention hashtag\" rel=\"tag\">#<span>x11</span></a> <a href=\"https://qoto.org/tags/xlib\" class=\"mention hashtag\" rel=\"tag\">#<span>xlib</span></a> <a href=\"https://qoto.org/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> <a href=\"https://qoto.org/tags/thunderbird\" class=\"mention hashtag\" rel=\"tag\">#<span>thunderbird</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://qoto.org/tags/linux",
"name": "#linux"
},
{
"type": "Hashtag",
"href": "https://qoto.org/tags/bsd",
"name": "#bsd"
},
{
"type": "Hashtag",
"href": "https://qoto.org/tags/x11",
"name": "#x11"
},
{
"type": "Hashtag",
"href": "https://qoto.org/tags/xlib",
"name": "#xlib"
},
{
"type": "Hashtag",
"href": "https://qoto.org/tags/python",
"name": "#python"
},
{
"type": "Hashtag",
"href": "https://qoto.org/tags/thunderbird",
"name": "#thunderbird"
}
],
"replies": {
"id": "https://qoto.org/users/ssokolow/statuses/114727989841391281/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://qoto.org/users/ssokolow/statuses/114727989841391281/replies?only_other_accounts=true&page=true",
"partOf": "https://qoto.org/users/ssokolow/statuses/114727989841391281/replies",
"items": []
}
}
}