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://fosstodon.org/users/RobLoach/statuses/109253044794457120",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-10-29T18:46:04Z",
"url": "https://fosstodon.org/@RobLoach/109253044794457120",
"attributedTo": "https://fosstodon.org/users/RobLoach",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/RobLoach/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-10-29:objectId=55567994:objectType=Conversation",
"content": "<p>Needed a way to handle map data, and <a href=\"https://fosstodon.org/tags/Tiled\" class=\"mention hashtag\" rel=\"tag\">#<span>Tiled</span></a> worked well. This <a href=\"https://fosstodon.org/tags/raylib\" class=\"mention hashtag\" rel=\"tag\">#<span>raylib</span></a> example uses Tileson to render a tile-based map. What's a good way to load this data into a running game world though? <a href=\"https://github.com/RobLoach/raylib-tileson\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/RobLoach/raylib-til</span><span class=\"invisible\">eson</span></a></p><p><a href=\"https://fosstodon.org/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://fosstodon.org/tags/retrodev\" class=\"mention hashtag\" rel=\"tag\">#<span>retrodev</span></a></p>",
"contentMap": {
"en": "<p>Needed a way to handle map data, and <a href=\"https://fosstodon.org/tags/Tiled\" class=\"mention hashtag\" rel=\"tag\">#<span>Tiled</span></a> worked well. This <a href=\"https://fosstodon.org/tags/raylib\" class=\"mention hashtag\" rel=\"tag\">#<span>raylib</span></a> example uses Tileson to render a tile-based map. What's a good way to load this data into a running game world though? <a href=\"https://github.com/RobLoach/raylib-tileson\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/RobLoach/raylib-til</span><span class=\"invisible\">eson</span></a></p><p><a href=\"https://fosstodon.org/tags/gamedev\" class=\"mention hashtag\" rel=\"tag\">#<span>gamedev</span></a> <a href=\"https://fosstodon.org/tags/retrodev\" class=\"mention hashtag\" rel=\"tag\">#<span>retrodev</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://cdn.fosstodon.org/media_attachments/files/109/253/008/238/283/193/original/a5a9e76c85a902b6.png",
"name": "Screenshot of a Tiled map being rendered in a raylib application.",
"blurhash": "ULOVi1^1nhXS;|EjR-xD4;S4a}af0#xFs.kB",
"width": 816,
"height": 500
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/tiled",
"name": "#tiled"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/raylib",
"name": "#raylib"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/gamedev",
"name": "#gamedev"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/retrodev",
"name": "#retrodev"
}
],
"replies": {
"id": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120/likes",
"type": "Collection",
"totalItems": 3
},
"shares": {
"id": "https://fosstodon.org/users/RobLoach/statuses/109253044794457120/shares",
"type": "Collection",
"totalItems": 2
}
}