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/njvack/statuses/113528257290375460",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/njvack/statuses/113522508824498504",
"published": "2024-11-22T19:28:50Z",
"url": "https://ruby.social/@njvack/113528257290375460",
"attributedTo": "https://ruby.social/users/njvack",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/njvack/followers",
"https://social.jvns.ca/users/b0rk"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/njvack/statuses/113528257290375460",
"inReplyToAtomUri": "https://ruby.social/users/njvack/statuses/113522508824498504",
"conversation": "tag:jvns.ca,2024-11-21:objectId=786688:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> For what it's worth, I use the `cat file.txt |` construction more than the < construction because:</p><p>* It makes the data "flow" in a "natural" direction<br />* It's fairly obvious what will happen if I chain | operators but `cmd1 < file.txt | cmd2` seems odder<br />* It reminds me I can use `zcat` or `grep` or something instead of `cat`</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> For what it's worth, I use the `cat file.txt |` construction more than the < construction because:</p><p>* It makes the data "flow" in a "natural" direction<br />* It's fairly obvious what will happen if I chain | operators but `cmd1 < file.txt | cmd2` seems odder<br />* It reminds me I can use `zcat` or `grep` or something instead of `cat`</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://social.jvns.ca/users/b0rk",
"name": "@b0rk@jvns.ca"
}
],
"replies": {
"id": "https://ruby.social/users/njvack/statuses/113528257290375460/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/njvack/statuses/113528257290375460/replies?only_other_accounts=true&page=true",
"partOf": "https://ruby.social/users/njvack/statuses/113528257290375460/replies",
"items": []
}
},
"likes": {
"id": "https://ruby.social/users/njvack/statuses/113528257290375460/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://ruby.social/users/njvack/statuses/113528257290375460/shares",
"type": "Collection",
"totalItems": 0
}
}