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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.well.com/users/rk/statuses/113279740720145969",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-10-09T22:07:48Z",
"url": "https://mastodon.well.com/@rk/113279740720145969",
"attributedTo": "https://mastodon.well.com/users/rk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.well.com/users/rk/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.well.com/users/rk/statuses/113279740720145969",
"inReplyToAtomUri": null,
"conversation": "tag:well.com,2024-10-09:objectId=2655368:objectType=Conversation",
"content": "<p>Go: Remember, you should make your zero values useful. </p><p>Me: So a zero-valued mutex…</p><p>Go: Is just a normal unlocked mutex!</p><p>Me: Great, and I can lock it and do whatever and it’s generally useful?</p><p>Go: Yep!</p><p>Me: And a zero valued map…</p><p>Go: Is just an empty map!</p><p>Me: And I can just add things to it?</p><p>Go: …</p><p>Me: …and I can just add things to it, right?</p><p> <a href=\"https://mastodon.well.com/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p>",
"contentMap": {
"en": "<p>Go: Remember, you should make your zero values useful. </p><p>Me: So a zero-valued mutex…</p><p>Go: Is just a normal unlocked mutex!</p><p>Me: Great, and I can lock it and do whatever and it’s generally useful?</p><p>Go: Yep!</p><p>Me: And a zero valued map…</p><p>Go: Is just an empty map!</p><p>Me: And I can just add things to it?</p><p>Go: …</p><p>Me: …and I can just add things to it, right?</p><p> <a href=\"https://mastodon.well.com/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.well.com/tags/programming",
"name": "#programming"
}
],
"replies": {
"id": "https://mastodon.well.com/users/rk/statuses/113279740720145969/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.well.com/users/rk/statuses/113279740720145969/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.well.com/users/rk/statuses/113279740720145969/replies",
"items": []
}
}
}