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/unspeaker/statuses/113149643042480048",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-09-16T22:42:15Z",
"url": "https://mastodon.social/@unspeaker/113149643042480048",
"attributedTo": "https://mastodon.social/users/unspeaker",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/unspeaker/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/unspeaker/statuses/113149643042480048",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2024-09-16:objectId=800927156:objectType=Conversation",
"content": "<p>beautiful... and monstrous.</p><p>so i took last 2 weeks to rewrite the entire <a href=\"https://mastodon.social/tags/tui\" class=\"mention hashtag\" rel=\"tag\">#<span>tui</span></a> rendering engine for my proto-<a href=\"https://mastodon.social/tags/daw\" class=\"mention hashtag\" rel=\"tag\">#<span>daw</span></a> to (1) be generic over rendering backend and (2) support functional/declarative definitions of components.</p><p>i had previously split the pictured code into 5 struct impls just to be able to manage it. now it fits quite nicely in a single method</p><p>only problem is it looks like line noise - i don't need all these `move|add|{`, `&`, `?`, `Ok(())`, `\\n}`... but the <a href=\"https://mastodon.social/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> compiler does</p>",
"contentMap": {
"en": "<p>beautiful... and monstrous.</p><p>so i took last 2 weeks to rewrite the entire <a href=\"https://mastodon.social/tags/tui\" class=\"mention hashtag\" rel=\"tag\">#<span>tui</span></a> rendering engine for my proto-<a href=\"https://mastodon.social/tags/daw\" class=\"mention hashtag\" rel=\"tag\">#<span>daw</span></a> to (1) be generic over rendering backend and (2) support functional/declarative definitions of components.</p><p>i had previously split the pictured code into 5 struct impls just to be able to manage it. now it fits quite nicely in a single method</p><p>only problem is it looks like line noise - i don't need all these `move|add|{`, `&`, `?`, `Ok(())`, `\\n}`... but the <a href=\"https://mastodon.social/tags/rustlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rustlang</span></a> compiler does</p>"
},
"updated": "2024-09-16T22:44:07Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/113/149/612/292/857/966/original/0a10640763d29f5c.png",
"name": "tmux split with a simple tabular interface to the left, some compiler warnings below it, and a glorious mess of a 61-line, 100-column trait implementation to the right.",
"blurhash": "U25#w.H;I9?Ht8IWD+WXtQ%LWCRk%Ls:oLjb",
"focalPoint": [
0,
0
],
"width": 1515,
"height": 1337
},
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/113/149/622/718/115/719/original/3470ddf2b1dd52c0.png",
"name": "a codeberg activity graph, with sporadic but frantic activity in mid-july, a lull in mid-august, then picking up the pace in late august and the first half of september",
"blurhash": "U8A[v1WY}pwd68ENE%Ej67wcNcn%%0-9$g$$",
"focalPoint": [
0.67,
0
],
"width": 271,
"height": 194
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/tui",
"name": "#tui"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/daw",
"name": "#daw"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/rustlang",
"name": "#rustlang"
}
],
"replies": {
"id": "https://mastodon.social/users/unspeaker/statuses/113149643042480048/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/unspeaker/statuses/113149643042480048/replies?min_id=113149674115265659&page=true",
"partOf": "https://mastodon.social/users/unspeaker/statuses/113149643042480048/replies",
"items": [
"https://mastodon.social/users/unspeaker/statuses/113149674115265659"
]
}
},
"likes": {
"id": "https://mastodon.social/users/unspeaker/statuses/113149643042480048/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.social/users/unspeaker/statuses/113149643042480048/shares",
"type": "Collection",
"totalItems": 1
}
}