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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-06-30T21:29:16Z",
"url": "https://mastodon.gamedev.place/@jukibom/110635290243250419",
"attributedTo": "https://mastodon.gamedev.place/users/jukibom",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/jukibom/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2023-06-30:objectId=44683170:objectType=Conversation",
"content": "<p>For this <a href=\"https://mastodon.gamedev.place/tags/screenshotsaturday\" class=\"mention hashtag\" rel=\"tag\">#<span>screenshotsaturday</span></a> I re-implemented mouse input and widget including properly handling deadzone and mapping x/y coordinates to a circle</p><p>... okay it's not that exciting BUT IT WAS A LOT OF WORK DAMNIT</p>",
"contentMap": {
"en": "<p>For this <a href=\"https://mastodon.gamedev.place/tags/screenshotsaturday\" class=\"mention hashtag\" rel=\"tag\">#<span>screenshotsaturday</span></a> I re-implemented mouse input and widget including properly handling deadzone and mapping x/y coordinates to a circle</p><p>... okay it's not that exciting BUT IT WAS A LOT OF WORK DAMNIT</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "video/mp4",
"url": "https://cdn.masto.host/mastodongamedevplace/media_attachments/files/110/635/288/157/851/422/original/0685adafd6437f02.mp4",
"name": "A mouse widget in a spaceship game showing coordinates and visual deadzone",
"blurhash": "UZBz2w%Mt7j[01IoR*ay-;oJaya|WCx]oeoL",
"focalPoint": [
0,
0
],
"width": 1920,
"height": 1080
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.gamedev.place/tags/screenshotsaturday",
"name": "#screenshotsaturday"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419/replies?min_id=110635408075495469&page=true",
"partOf": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419/replies",
"items": [
"https://mastodon.gamedev.place/users/jukibom/statuses/110635408075495469"
]
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419/likes",
"type": "Collection",
"totalItems": 9
},
"shares": {
"id": "https://mastodon.gamedev.place/users/jukibom/statuses/110635290243250419/shares",
"type": "Collection",
"totalItems": 5
}
}