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://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-04-20T01:57:05Z",
"url": "https://mathstodon.xyz/@jcastroarnaud/114367805857867209",
"attributedTo": "https://mathstodon.xyz/users/jcastroarnaud",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mathstodon.xyz/users/jcastroarnaud/followers"
],
"sensitive": false,
"atomUri": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209",
"inReplyToAtomUri": null,
"conversation": "tag:mathstodon.xyz,2025-04-20:objectId=149256374:objectType=Conversation",
"content": "<p>Does anyone know of a <a href=\"https://mathstodon.xyz/tags/text\" class=\"mention hashtag\" rel=\"tag\">#<span>text</span></a> <a href=\"https://mathstodon.xyz/tags/editor\" class=\"mention hashtag\" rel=\"tag\">#<span>editor</span></a>, which runs in a <a href=\"https://mathstodon.xyz/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> <a href=\"https://mathstodon.xyz/tags/terminal\" class=\"mention hashtag\" rel=\"tag\">#<span>terminal</span></a>, and uses only the characters: lowercase a-z, 0-9, comma, and period, in commands? </p><p>I want such an editor to ease my life on <a href=\"https://mathstodon.xyz/tags/Termux\" class=\"mention hashtag\" rel=\"tag\">#<span>Termux</span></a> in Android, because these characters are the only ones immediately accessible on a standard Samsung keyboard, without the use of symbol keys.</p><p>And no, <a href=\"https://mathstodon.xyz/tags/vim\" class=\"mention hashtag\" rel=\"tag\">#<span>vim</span></a> doesn't fit the bill, because it needs Esc, ":" and "$"; <a href=\"https://mathstodon.xyz/tags/emacs\" class=\"mention hashtag\" rel=\"tag\">#<span>emacs</span></a> and <a href=\"https://mathstodon.xyz/tags/nano\" class=\"mention hashtag\" rel=\"tag\">#<span>nano</span></a> are out because of the Ctrl and Alt keys, conspicously absent from mobile keyboards.</p>",
"contentMap": {
"pt": "<p>Does anyone know of a <a href=\"https://mathstodon.xyz/tags/text\" class=\"mention hashtag\" rel=\"tag\">#<span>text</span></a> <a href=\"https://mathstodon.xyz/tags/editor\" class=\"mention hashtag\" rel=\"tag\">#<span>editor</span></a>, which runs in a <a href=\"https://mathstodon.xyz/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> <a href=\"https://mathstodon.xyz/tags/terminal\" class=\"mention hashtag\" rel=\"tag\">#<span>terminal</span></a>, and uses only the characters: lowercase a-z, 0-9, comma, and period, in commands? </p><p>I want such an editor to ease my life on <a href=\"https://mathstodon.xyz/tags/Termux\" class=\"mention hashtag\" rel=\"tag\">#<span>Termux</span></a> in Android, because these characters are the only ones immediately accessible on a standard Samsung keyboard, without the use of symbol keys.</p><p>And no, <a href=\"https://mathstodon.xyz/tags/vim\" class=\"mention hashtag\" rel=\"tag\">#<span>vim</span></a> doesn't fit the bill, because it needs Esc, ":" and "$"; <a href=\"https://mathstodon.xyz/tags/emacs\" class=\"mention hashtag\" rel=\"tag\">#<span>emacs</span></a> and <a href=\"https://mathstodon.xyz/tags/nano\" class=\"mention hashtag\" rel=\"tag\">#<span>nano</span></a> are out because of the Ctrl and Alt keys, conspicously absent from mobile keyboards.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/nano",
"name": "#nano"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/emacs",
"name": "#emacs"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/vim",
"name": "#vim"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/termux",
"name": "#termux"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/terminal",
"name": "#terminal"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/linux",
"name": "#linux"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/editor",
"name": "#editor"
},
{
"type": "Hashtag",
"href": "https://mathstodon.xyz/tags/text",
"name": "#text"
}
],
"replies": {
"id": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209/replies?min_id=114371536268299161&page=true",
"partOf": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209/replies",
"items": [
"https://mathstodon.xyz/users/jcastroarnaud/statuses/114371536268299161"
]
}
},
"likes": {
"id": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mathstodon.xyz/users/jcastroarnaud/statuses/114367805857867209/shares",
"type": "Collection",
"totalItems": 1
}
}