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"
}
],
"id": "https://fosstodon.org/users/nzakas/collections/featured",
"type": "OrderedCollection",
"totalItems": 1,
"orderedItems": [
{
"id": "https://fosstodon.org/users/nzakas/statuses/112249245999317116",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-04-10T22:19:27Z",
"url": "https://fosstodon.org/@nzakas/112249245999317116",
"attributedTo": "https://fosstodon.org/users/nzakas",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/nzakas/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/nzakas/statuses/112249245999317116",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2024-04-10:objectId=199855645:objectType=Conversation",
"content": "<p>Excited to share that my book, Understanding JavaScript Promises, has been updated to include:</p><p>- A section on Promise.withResolvers()<br />- A new chapter on abortable functions</p><p>The best part? If you already purchased the e-book through Leanpub, you get this update for free!</p><p>If you haven't already purchased it, you can do so here:<br /><a href=\"https://leanpub.com/understanding-javascript-promises/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">leanpub.com/understanding-java</span><span class=\"invisible\">script-promises/</span></a></p><p>This e-book contains everything I know about JavaScript promises, and I hope it helps you better understand this important part of JavaScript.</p>",
"contentMap": {
"en": "<p>Excited to share that my book, Understanding JavaScript Promises, has been updated to include:</p><p>- A section on Promise.withResolvers()<br />- A new chapter on abortable functions</p><p>The best part? If you already purchased the e-book through Leanpub, you get this update for free!</p><p>If you haven't already purchased it, you can do so here:<br /><a href=\"https://leanpub.com/understanding-javascript-promises/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">leanpub.com/understanding-java</span><span class=\"invisible\">script-promises/</span></a></p><p>This e-book contains everything I know about JavaScript promises, and I hope it helps you better understand this important part of JavaScript.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://fosstodon.org/users/nzakas/statuses/112249245999317116/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/nzakas/statuses/112249245999317116/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/nzakas/statuses/112249245999317116/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/nzakas/statuses/112249245999317116/likes",
"type": "Collection",
"totalItems": 10
},
"shares": {
"id": "https://fosstodon.org/users/nzakas/statuses/112249245999317116/shares",
"type": "Collection",
"totalItems": 2
}
}
]
}