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://mastodon.social/users/noelfb/statuses/109368008819773703/activity",
"type": "Create",
"actor": "https://mastodon.social/users/noelfb",
"published": "2022-11-19T02:02:56Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/noelfb/followers",
"https://mastodon.gamedev.place/users/johnmakesgames",
"https://mastodon.gamedev.place/users/_benui"
],
"object": {
"id": "https://mastodon.social/users/noelfb/statuses/109368008819773703",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.gamedev.place/users/johnmakesgames/statuses/109367871050978358",
"published": "2022-11-19T02:02:56Z",
"url": "https://mastodon.social/@noelfb/109368008819773703",
"attributedTo": "https://mastodon.social/users/noelfb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/noelfb/followers",
"https://mastodon.gamedev.place/users/johnmakesgames",
"https://mastodon.gamedev.place/users/_benui"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/noelfb/statuses/109368008819773703",
"inReplyToAtomUri": "https://mastodon.gamedev.place/users/johnmakesgames/statuses/109367871050978358",
"conversation": "tag:mastodon.gamedev.place,2022-11-19:objectId=16768063:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@johnmakesgames\" class=\"u-url mention\">@<span>johnmakesgames</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@_benui\" class=\"u-url mention\">@<span>_benui</span></a></span> this stops you from making copies or moving the memory location of a specific object, which can be useful if you haven't designed the internals of the class to be copied or moved. It can help catch potential bugs if you accidentally try to copy or move the object when it wasn't designed to do so.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@johnmakesgames\" class=\"u-url mention\">@<span>johnmakesgames</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gamedev.place/@_benui\" class=\"u-url mention\">@<span>_benui</span></a></span> this stops you from making copies or moving the memory location of a specific object, which can be useful if you haven't designed the internals of the class to be copied or moved. It can help catch potential bugs if you accidentally try to copy or move the object when it wasn't designed to do so.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.gamedev.place/users/johnmakesgames",
"name": "@johnmakesgames@mastodon.gamedev.place"
},
{
"type": "Mention",
"href": "https://mastodon.gamedev.place/users/_benui",
"name": "@_benui@mastodon.gamedev.place"
}
],
"replies": {
"id": "https://mastodon.social/users/noelfb/statuses/109368008819773703/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/noelfb/statuses/109368008819773703/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/noelfb/statuses/109368008819773703/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/noelfb/statuses/109368008819773703/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://mastodon.social/users/noelfb/statuses/109368008819773703/shares",
"type": "Collection",
"totalItems": 0
}
}
}