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://ruby.social/users/konnorrogers/statuses/109310088860464034",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/rbates/statuses/109309841471657527",
"published": "2022-11-08T20:33:08Z",
"url": "https://ruby.social/@konnorrogers/109310088860464034",
"attributedTo": "https://ruby.social/users/konnorrogers",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/konnorrogers/followers",
"https://ruby.social/users/rbates"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/konnorrogers/statuses/109310088860464034",
"inReplyToAtomUri": "https://ruby.social/users/rbates/statuses/109309841471657527",
"conversation": "tag:ruby.social,2022-11-08:objectId=10113421:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@rbates\" class=\"u-url mention\">@<span>rbates</span></a></span> I have a lot of interest in this.</p><p>Particularly having the same parser also available in JavaScript templates to be used for SSR of web components in a server-agnostic way.</p><p>My initial thoughts were building compiled templates of liquid that a server could read, but curious if this may be a better approach. Im also trying to be cautious and not to fall for this trap:</p><p><a href=\"https://xkcd.com/927/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">xkcd.com/927/</span><span class=\"invisible\"></span></a></p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://ruby.social/@rbates\" class=\"u-url mention\">@<span>rbates</span></a></span> I have a lot of interest in this.</p><p>Particularly having the same parser also available in JavaScript templates to be used for SSR of web components in a server-agnostic way.</p><p>My initial thoughts were building compiled templates of liquid that a server could read, but curious if this may be a better approach. Im also trying to be cautious and not to fall for this trap:</p><p><a href=\"https://xkcd.com/927/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">xkcd.com/927/</span><span class=\"invisible\"></span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://ruby.social/users/rbates",
"name": "@rbates"
}
],
"replies": {
"id": "https://ruby.social/users/konnorrogers/statuses/109310088860464034/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/konnorrogers/statuses/109310088860464034/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/konnorrogers/statuses/109310088860464034/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/konnorrogers/statuses/109310088860464034/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://ruby.social/users/konnorrogers/statuses/109310088860464034/shares",
"type": "Collection",
"totalItems": 0
}
}