ActivityPub Viewer

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.

Open in browser →
{ "@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", "fedibird": "http://fedibird.com/ns#", "quoteUri": "fedibird:quoteUri", "misskey": "https://misskey-hub.net/ns#", "_misskey_quote": "misskey:_misskey_quote", "_misskey_content": "misskey:_misskey_content", "expiry": "fedibird:expiry", "references": { "@id": "fedibird:references", "@type": "@id" }, "emojiReactions": { "@id": "fedibird:emojiReactions", "@type": "@id" }, "searchableBy": { "@id": "fedibird:searchableBy", "@type": "@id" } } ], "id": "https://fedibird.com/users/engled/statuses/109652277389548182", "type": "Note", "summary": null, "inReplyTo": "https://fedibird.com/users/engled/statuses/109652275302463459", "published": "2023-01-08T06:56:10Z", "url": "https://fedibird.com/@engled/109652277389548182", "attributedTo": "https://fedibird.com/users/engled", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://fedibird.com/users/engled/followers" ], "sensitive": false, "atomUri": "https://fedibird.com/users/engled/statuses/109652277389548182", "inReplyToAtomUri": "https://fedibird.com/users/engled/statuses/109652275302463459", "conversation": "tag:fedibird.com,2023-01-08:objectId=109652275302482324:objectType=Conversation", "context": "https://fedibird.com/contexts/109652275302482324", "searchableBy": [ "https://fedibird.com/users/engled" ], "content": "<p>int main(void) {<br />\tint i = 0;<br />\tscore scores[DATA];<br />\tfor (i = 0; i &lt; 10; i++) {<br />\t\tscores[i].id = i+1;<br />\t\tstrcpy(scores[i].name, &quot;JUN&quot;);<br />\t\tscores[i].score = 10000-1000*i;<br />\t\tscores[i].date = time(NULL);<br />\t\tprintf(&quot;id:%d\\tname:%s\\tscore:%d\\tdate:%s\\n&quot;, scores[i].id, scores[i].name, scores[i].score, ctime(&amp;scores[i].date));<br />\t}<br />\t//scores[4].score = 8732;<br />\tFILE* fp;<br />\tfp = fopen(&quot;data.dat&quot;, &quot;wb&quot;);<br />\tfor (i = 0; i &lt; DATA; i++) {<br />\t\tfwrite(&amp;scores[i], sizeof(scores[i]), 1, fp);<br />\t}<br />\t<br />\tfclose(fp);</p>", "contentMap": { "ja": "<p>int main(void) {<br />\tint i = 0;<br />\tscore scores[DATA];<br />\tfor (i = 0; i &lt; 10; i++) {<br />\t\tscores[i].id = i+1;<br />\t\tstrcpy(scores[i].name, &quot;JUN&quot;);<br />\t\tscores[i].score = 10000-1000*i;<br />\t\tscores[i].date = time(NULL);<br />\t\tprintf(&quot;id:%d\\tname:%s\\tscore:%d\\tdate:%s\\n&quot;, scores[i].id, scores[i].name, scores[i].score, ctime(&amp;scores[i].date));<br />\t}<br />\t//scores[4].score = 8732;<br />\tFILE* fp;<br />\tfp = fopen(&quot;data.dat&quot;, &quot;wb&quot;);<br />\tfor (i = 0; i &lt; DATA; i++) {<br />\t\tfwrite(&amp;scores[i], sizeof(scores[i]), 1, fp);<br />\t}<br />\t<br />\tfclose(fp);</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://fedibird.com/users/engled/statuses/109652277389548182/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fedibird.com/users/engled/statuses/109652277389548182/replies?min_id=109652278066645674&page=true", "partOf": "https://fedibird.com/users/engled/statuses/109652277389548182/replies", "items": [ "https://fedibird.com/users/engled/statuses/109652278066645674" ] } }, "references": { "id": "https://fedibird.com/users/engled/statuses/109652277389548182/references", "type": "Collection", "first": { "type": "CollectionPage", "partOf": "https://fedibird.com/users/engled/statuses/109652277389548182/references", "items": [] } } }