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.social/users/mjg59/statuses/109304868270997952",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/mjg59/statuses/109304868095152112",
"published": "2022-11-07T22:25:28Z",
"url": "https://mastodon.social/@mjg59/109304868270997952",
"attributedTo": "https://mastodon.social/users/mjg59",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/mjg59/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/mjg59/statuses/109304868270997952",
"inReplyToAtomUri": "https://mastodon.social/users/mjg59/statuses/109304868095152112",
"conversation": "tag:mastodon.social,2022-11-07:objectId=327154081:objectType=Conversation",
"content": "<p>Which means even when I pass the correct build tags, gcc is being called with the flags set by the wrong build tags, and all the <a href=\"https://mastodon.social/tags/ifdefs\" class=\"mention hashtag\" rel=\"tag\">#<span>ifdefs</span></a> are wrong as a result</p>",
"contentMap": {
"en": "<p>Which means even when I pass the correct build tags, gcc is being called with the flags set by the wrong build tags, and all the <a href=\"https://mastodon.social/tags/ifdefs\" class=\"mention hashtag\" rel=\"tag\">#<span>ifdefs</span></a> are wrong as a result</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/ifdefs",
"name": "#ifdefs"
}
],
"replies": {
"id": "https://mastodon.social/users/mjg59/statuses/109304868270997952/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/mjg59/statuses/109304868270997952/replies?min_id=109304925353893221&page=true",
"partOf": "https://mastodon.social/users/mjg59/statuses/109304868270997952/replies",
"items": [
"https://mastodon.social/users/mjg59/statuses/109304925353893221"
]
}
},
"likes": {
"id": "https://mastodon.social/users/mjg59/statuses/109304868270997952/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/mjg59/statuses/109304868270997952/shares",
"type": "Collection",
"totalItems": 0
}
}