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/davetron5000/statuses/113532782964652789",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.cc/users/jgarber/statuses/113532771538851809",
"published": "2024-11-23T14:39:46Z",
"url": "https://ruby.social/@davetron5000/113532782964652789",
"attributedTo": "https://ruby.social/users/davetron5000",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/davetron5000/followers",
"https://mastodon.cc/users/jgarber"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/davetron5000/statuses/113532782964652789",
"inReplyToAtomUri": "https://mastodon.cc/users/jgarber/statuses/113532771538851809",
"conversation": "tag:ruby.social,2024-11-23:objectId=59647708:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.cc/@jgarber\" class=\"u-url mention\">@<span>jgarber</span></a></span> What I have been doing is the opposite - checking each thing one at a time and then logging when it's not found (in dev only) so that I know if I've messed up using the component somehow. In prod, the logging just does nothing.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.cc/@jgarber\" class=\"u-url mention\">@<span>jgarber</span></a></span> What I have been doing is the opposite - checking each thing one at a time and then logging when it's not found (in dev only) so that I know if I've messed up using the component somehow. In prod, the logging just does nothing.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.cc/users/jgarber",
"name": "@jgarber@mastodon.cc"
}
],
"replies": {
"id": "https://ruby.social/users/davetron5000/statuses/113532782964652789/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/davetron5000/statuses/113532782964652789/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/davetron5000/statuses/113532782964652789/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/davetron5000/statuses/113532782964652789/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://ruby.social/users/davetron5000/statuses/113532782964652789/shares",
"type": "Collection",
"totalItems": 0
}
}