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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/alefunguju/statuses/114393213512059103",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-04-24T13:38:35Z",
"url": "https://mastodon.social/@alefunguju/114393213512059103",
"attributedTo": "https://mastodon.social/users/alefunguju",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/alefunguju/followers",
"https://floss.social/users/forgejo"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/alefunguju/statuses/114393213512059103",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-04-24:objectId=980300698:objectType=Conversation",
"content": "<p>I just managed to get <span class=\"h-card\" translate=\"no\"><a href=\"https://floss.social/@forgejo\" class=\"u-url mention\">@<span>forgejo</span></a></span> to do reviews on Word documents of all things. Thanks to it delegating to <a href=\"https://mastodon.social/tags/Git\" class=\"mention hashtag\" rel=\"tag\">#<span>Git</span></a> for diffs, you can just configure a "diff.<driver>.textconv" option to pipe the document into Pandoc and diff over that.</p><p>I thought that was pretty cool. Maybe someone will find this useful?</p>",
"contentMap": {
"en": "<p>I just managed to get <span class=\"h-card\" translate=\"no\"><a href=\"https://floss.social/@forgejo\" class=\"u-url mention\">@<span>forgejo</span></a></span> to do reviews on Word documents of all things. Thanks to it delegating to <a href=\"https://mastodon.social/tags/Git\" class=\"mention hashtag\" rel=\"tag\">#<span>Git</span></a> for diffs, you can just configure a "diff.<driver>.textconv" option to pipe the document into Pandoc and diff over that.</p><p>I thought that was pretty cool. Maybe someone will find this useful?</p>"
},
"updated": "2025-04-24T13:43:24Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/114/393/174/030/789/510/original/a2475c577e59f419.png",
"name": "A screenshot of Forgejo diffing what looks like a Markdown document, but upon further inspection, the file name is \"test-doc.docx\". This is diffing a Word document! And there is also a review comment on one of the changed lines.",
"blurhash": "U5R:KME1t6?v~W9EInbE$.InIURj.lE0NGR%",
"focalPoint": [
-0.45,
-0.47
],
"width": 900,
"height": 939
}
],
"tag": [
{
"type": "Mention",
"href": "https://floss.social/users/forgejo",
"name": "@forgejo@floss.social"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/git",
"name": "#git"
}
],
"replies": {
"id": "https://mastodon.social/users/alefunguju/statuses/114393213512059103/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/alefunguju/statuses/114393213512059103/replies?min_id=114393221745631896&page=true",
"partOf": "https://mastodon.social/users/alefunguju/statuses/114393213512059103/replies",
"items": [
"https://mastodon.social/users/alefunguju/statuses/114393221745631896"
]
}
},
"likes": {
"id": "https://mastodon.social/users/alefunguju/statuses/114393213512059103/likes",
"type": "Collection",
"totalItems": 165
},
"shares": {
"id": "https://mastodon.social/users/alefunguju/statuses/114393213512059103/shares",
"type": "Collection",
"totalItems": 108
}
}