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",
"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 < 10; i++) {<br />\t\tscores[i].id = i+1;<br />\t\tstrcpy(scores[i].name, "JUN");<br />\t\tscores[i].score = 10000-1000*i;<br />\t\tscores[i].date = time(NULL);<br />\t\tprintf("id:%d\\tname:%s\\tscore:%d\\tdate:%s\\n", scores[i].id, scores[i].name, scores[i].score, ctime(&scores[i].date));<br />\t}<br />\t//scores[4].score = 8732;<br />\tFILE* fp;<br />\tfp = fopen("data.dat", "wb");<br />\tfor (i = 0; i < DATA; i++) {<br />\t\tfwrite(&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 < 10; i++) {<br />\t\tscores[i].id = i+1;<br />\t\tstrcpy(scores[i].name, "JUN");<br />\t\tscores[i].score = 10000-1000*i;<br />\t\tscores[i].date = time(NULL);<br />\t\tprintf("id:%d\\tname:%s\\tscore:%d\\tdate:%s\\n", scores[i].id, scores[i].name, scores[i].score, ctime(&scores[i].date));<br />\t}<br />\t//scores[4].score = 8732;<br />\tFILE* fp;<br />\tfp = fopen("data.dat", "wb");<br />\tfor (i = 0; i < DATA; i++) {<br />\t\tfwrite(&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": []
}
}
}