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.gamedev.place/users/pagghiu/statuses/111629120423289266",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629119158735646",
"published": "2023-12-23T09:53:21Z",
"url": "https://mastodon.gamedev.place/@pagghiu/111629120423289266",
"attributedTo": "https://mastodon.gamedev.place/users/pagghiu",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/pagghiu/followers",
"https://mastodon.social/users/PeterSommerlad"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266",
"inReplyToAtomUri": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629119158735646",
"conversation": "tag:mastodon.gamedev.place,2023-12-23:objectId=70670944:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@PeterSommerlad\" class=\"u-url mention\">@<span>PeterSommerlad</span></a></span> <br />The std library doesn’t cover many of the topics touched by the library and it does it in a way that it’s not “sane” (for the my own definition of sane of course), that I am partially describing in the introduction blog post.</p><p>I explicitly compile all my projects with —nostdlib and —nostdinc++ just to be sure 😁 <br />The definition of doing something “better” than std library is also highly subjective, it depends on what it’s considered important I guess.</p>",
"contentMap": {
"it": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@PeterSommerlad\" class=\"u-url mention\">@<span>PeterSommerlad</span></a></span> <br />The std library doesn’t cover many of the topics touched by the library and it does it in a way that it’s not “sane” (for the my own definition of sane of course), that I am partially describing in the introduction blog post.</p><p>I explicitly compile all my projects with —nostdlib and —nostdinc++ just to be sure 😁 <br />The definition of doing something “better” than std library is also highly subjective, it depends on what it’s considered important I guess.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/PeterSommerlad",
"name": "@PeterSommerlad@mastodon.social"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.gamedev.place/users/pagghiu/statuses/111629120423289266/shares",
"type": "Collection",
"totalItems": 0
}
}