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://social.jvns.ca/users/b0rk/statuses/113522977676972905",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-21T21:06:10Z",
"url": "https://social.jvns.ca/@b0rk/113522977676972905",
"attributedTo": "https://social.jvns.ca/users/b0rk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.jvns.ca/users/b0rk/followers",
"https://file-explorers.club/users/dmitry"
],
"sensitive": false,
"atomUri": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905",
"inReplyToAtomUri": null,
"conversation": "tag:jvns.ca,2024-11-21:objectId=787043:objectType=Conversation",
"content": "<p>just learned the other day that it's possible to copy to your clipboard over SSH:</p><p>- it's a core neovim feature: <a href=\"https://neovim.io/doc/user/provider.html#clipboard-osc52\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">neovim.io/doc/user/provider.ht</span><span class=\"invisible\">ml#clipboard-osc52</span></a><br />- <span class=\"h-card\" translate=\"no\"><a href=\"https://file-explorers.club/@dmitry\" class=\"u-url mention\">@<span>dmitry</span></a></span> told me you can write a 1-line shell script that will take stdin and put it in your clipboard, script is here <a href=\"https://jvns.ca/til/vim-osc52/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jvns.ca/til/vim-osc52/</span><span class=\"invisible\"></span></a></p>",
"contentMap": {
"en": "<p>just learned the other day that it's possible to copy to your clipboard over SSH:</p><p>- it's a core neovim feature: <a href=\"https://neovim.io/doc/user/provider.html#clipboard-osc52\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">neovim.io/doc/user/provider.ht</span><span class=\"invisible\">ml#clipboard-osc52</span></a><br />- <span class=\"h-card\" translate=\"no\"><a href=\"https://file-explorers.club/@dmitry\" class=\"u-url mention\">@<span>dmitry</span></a></span> told me you can write a 1-line shell script that will take stdin and put it in your clipboard, script is here <a href=\"https://jvns.ca/til/vim-osc52/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">jvns.ca/til/vim-osc52/</span><span class=\"invisible\"></span></a></p>"
},
"updated": "2024-11-21T21:18:24Z",
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://file-explorers.club/users/dmitry",
"name": "@dmitry@file-explorers.club"
}
],
"replies": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905/replies?only_other_accounts=true&page=true",
"partOf": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905/replies",
"items": []
}
},
"likes": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905/likes",
"type": "Collection",
"totalItems": 68
},
"shares": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113522977676972905/shares",
"type": "Collection",
"totalItems": 31
}
}