ActivityPub Viewer

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.

Open in browser →
{ "@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", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" }, "Hashtag": "as:Hashtag" } ], "id": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-02-16T19:12:07Z", "url": "https://mastodon.bsd.cafe/@Dendrobatus_Azureus/114015150274778025", "attributedTo": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/followers", "https://fuzzies.wtf/users/altbot" ], "sensitive": false, "atomUri": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025", "inReplyToAtomUri": null, "conversation": "tag:bsd.cafe,2025-02-16:objectId=13397685:objectType=Conversation", "content": "<p>When I need docs I do </p><p>`man command&#39;</p><p>When I pressed F1 in a gui program it did the following</p><p>* Request a helper running in my DE to parse a html page<br />* Ask the helper to open my default html parser<br />* __Without asking me__ the helper opened a __massive browser__ ravaging ram just to show me what I could find with<br />`man command`<br />* I wonder why instead the Ui program did not do the following</p><p>* request a helper open a (ba)sh<br />* parse &gt;man command to the helper<br />* have the helper display the manpage in the sh</p><p>The results would be<br />* Much less resources used<br />* No assumption on my current internet connection would be made<br />* That method has worked for 60 years</p><p>&lt;IRC&gt;<br />/m shakes head and looks at the massive browser showing the equivalence of a manpage<br />&lt;/IRC&gt;</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://fuzzies.wtf/@altbot\" class=\"u-url mention\">@<span>altbot</span></a></span> </p><p>🖋️ <a href=\"https://mastodon.bsd.cafe/tags/bash\" class=\"mention hashtag\" rel=\"tag\">#<span>bash</span></a> <a href=\"https://mastodon.bsd.cafe/tags/sh\" class=\"mention hashtag\" rel=\"tag\">#<span>sh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/zsh\" class=\"mention hashtag\" rel=\"tag\">#<span>zsh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/ksh\" class=\"mention hashtag\" rel=\"tag\">#<span>ksh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/csh\" class=\"mention hashtag\" rel=\"tag\">#<span>csh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/qBittorrent\" class=\"mention hashtag\" rel=\"tag\">#<span>qBittorrent</span></a> <a href=\"https://mastodon.bsd.cafe/tags/torrent\" class=\"mention hashtag\" rel=\"tag\">#<span>torrent</span></a> <a href=\"https://mastodon.bsd.cafe/tags/manpage\" class=\"mention hashtag\" rel=\"tag\">#<span>manpage</span></a> <a href=\"https://mastodon.bsd.cafe/tags/man1\" class=\"mention hashtag\" rel=\"tag\">#<span>man1</span></a> <a href=\"https://mastodon.bsd.cafe/tags/F1\" class=\"mention hashtag\" rel=\"tag\">#<span>F1</span></a> <a href=\"https://mastodon.bsd.cafe/tags/F1Help\" class=\"mention hashtag\" rel=\"tag\">#<span>F1Help</span></a> <a href=\"https://mastodon.bsd.cafe/tags/WomenWhoCode\" class=\"mention hashtag\" rel=\"tag\">#<span>WomenWhoCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/640daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>640daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/301daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>301daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/730daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>730daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/100DaysOfCode\" class=\"mention hashtag\" rel=\"tag\">#<span>100DaysOfCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/1000DaysOfCode\" class=\"mention hashtag\" rel=\"tag\">#<span>1000DaysOfCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> <a href=\"https://mastodon.bsd.cafe/tags/POSIX\" class=\"mention hashtag\" rel=\"tag\">#<span>POSIX</span></a> <a href=\"https://mastodon.bsd.cafe/tags/Programming\" class=\"mention hashtag\" rel=\"tag\">#<span>Programming</span></a> <a href=\"https://mastodon.bsd.cafe/tags/DEVCommunity\" class=\"mention hashtag\" rel=\"tag\">#<span>DEVCommunity</span></a> <a href=\"https://mastodon.bsd.cafe/tags/RetroComputing\" class=\"mention hashtag\" rel=\"tag\">#<span>RetroComputing</span></a> </p><p><a href=\"https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/qbittorrent/qBittor</span><span class=\"invisible\">rent/wiki/Frequently-Asked-Questions</span></a></p>", "contentMap": { "en": "<p>When I need docs I do </p><p>`man command&#39;</p><p>When I pressed F1 in a gui program it did the following</p><p>* Request a helper running in my DE to parse a html page<br />* Ask the helper to open my default html parser<br />* __Without asking me__ the helper opened a __massive browser__ ravaging ram just to show me what I could find with<br />`man command`<br />* I wonder why instead the Ui program did not do the following</p><p>* request a helper open a (ba)sh<br />* parse &gt;man command to the helper<br />* have the helper display the manpage in the sh</p><p>The results would be<br />* Much less resources used<br />* No assumption on my current internet connection would be made<br />* That method has worked for 60 years</p><p>&lt;IRC&gt;<br />/m shakes head and looks at the massive browser showing the equivalence of a manpage<br />&lt;/IRC&gt;</p><p><span class=\"h-card\" translate=\"no\"><a href=\"https://fuzzies.wtf/@altbot\" class=\"u-url mention\">@<span>altbot</span></a></span> </p><p>🖋️ <a href=\"https://mastodon.bsd.cafe/tags/bash\" class=\"mention hashtag\" rel=\"tag\">#<span>bash</span></a> <a href=\"https://mastodon.bsd.cafe/tags/sh\" class=\"mention hashtag\" rel=\"tag\">#<span>sh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/zsh\" class=\"mention hashtag\" rel=\"tag\">#<span>zsh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/ksh\" class=\"mention hashtag\" rel=\"tag\">#<span>ksh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/csh\" class=\"mention hashtag\" rel=\"tag\">#<span>csh</span></a> <a href=\"https://mastodon.bsd.cafe/tags/qBittorrent\" class=\"mention hashtag\" rel=\"tag\">#<span>qBittorrent</span></a> <a href=\"https://mastodon.bsd.cafe/tags/torrent\" class=\"mention hashtag\" rel=\"tag\">#<span>torrent</span></a> <a href=\"https://mastodon.bsd.cafe/tags/manpage\" class=\"mention hashtag\" rel=\"tag\">#<span>manpage</span></a> <a href=\"https://mastodon.bsd.cafe/tags/man1\" class=\"mention hashtag\" rel=\"tag\">#<span>man1</span></a> <a href=\"https://mastodon.bsd.cafe/tags/F1\" class=\"mention hashtag\" rel=\"tag\">#<span>F1</span></a> <a href=\"https://mastodon.bsd.cafe/tags/F1Help\" class=\"mention hashtag\" rel=\"tag\">#<span>F1Help</span></a> <a href=\"https://mastodon.bsd.cafe/tags/WomenWhoCode\" class=\"mention hashtag\" rel=\"tag\">#<span>WomenWhoCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/640daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>640daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/301daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>301daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/730daysofcode\" class=\"mention hashtag\" rel=\"tag\">#<span>730daysofcode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/100DaysOfCode\" class=\"mention hashtag\" rel=\"tag\">#<span>100DaysOfCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/1000DaysOfCode\" class=\"mention hashtag\" rel=\"tag\">#<span>1000DaysOfCode</span></a> <a href=\"https://mastodon.bsd.cafe/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> <a href=\"https://mastodon.bsd.cafe/tags/POSIX\" class=\"mention hashtag\" rel=\"tag\">#<span>POSIX</span></a> <a href=\"https://mastodon.bsd.cafe/tags/Programming\" class=\"mention hashtag\" rel=\"tag\">#<span>Programming</span></a> <a href=\"https://mastodon.bsd.cafe/tags/DEVCommunity\" class=\"mention hashtag\" rel=\"tag\">#<span>DEVCommunity</span></a> <a href=\"https://mastodon.bsd.cafe/tags/RetroComputing\" class=\"mention hashtag\" rel=\"tag\">#<span>RetroComputing</span></a> </p><p><a href=\"https://github.com/qbittorrent/qBittorrent/wiki/Frequently-Asked-Questions\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/qbittorrent/qBittor</span><span class=\"invisible\">rent/wiki/Frequently-Asked-Questions</span></a></p>" }, "updated": "2025-02-16T19:20:02Z", "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://media.bsd.cafe/bsdmmedia01/media_attachments/files/114/015/143/165/118/989/original/be49cb9921335ed2.png", "name": "Screenshot of the qBittorrent Wiki page on GitHub, titled \"Explanation of Options in qBittorrent\". The page includes a table of contents with links to different sections such as Behavior, Language, Transfer lists, Desktop, Power Management, Downloads, When adding a torrent, Hard Disk, and Email notification upon completion of downloads. A sidebar on the right lists general topics like Installing qBittorrent, Frequently Asked Questions (FAQ), qBittorrent options (current and deprecated), How to use qBittorrent as a tracker, How to use portable mode, Anonymous mode, and How to bind your VPN to prevent IP leaks, as well as troubleshooting topics like qBittorrent support forum, I forgot my GUI lock password, I forgot my WebUI password, and Speed issues.", "blurhash": "U04LtO.8tTt9$w%MV=WA8^NMt7j[DiRNxvt8", "focalPoint": [ 0, 0 ], "width": 1437, "height": 755 }, { "type": "Document", "mediaType": "image/png", "url": "https://media.bsd.cafe/bsdmmedia01/media_attachments/files/114/015/149/370/783/634/original/66825c17501a2c75.png", "name": "A window is open with the title \"QBITTORRENT(1)\". The window has a black background with white text that shows information about the qBittorrent program. The text includes the name, synopsis, description, and options of the program. Some icons of programs are also present in the background of the desktop. There are also tabs in the window, including \"mocp\", \"mc-a\", \"cafe\", \"RemAD\", \"Azureus\", \"BanaG...\", \"TodoP...\", and \"cmos\". The text at the bottom of the window says \"Manual page qbittorrent (1) line 1 (press h for help or q to quit)\".", "blurhash": "U55#ke-;f5M{E4IUt6t7?w%MRiRjIuIUs.t7", "focalPoint": [ 0, 0 ], "width": 1125, "height": 602 } ], "tag": [ { "type": "Mention", "href": "https://fuzzies.wtf/users/altbot", "name": "@altbot@fuzzies.wtf" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/bash", "name": "#bash" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/sh", "name": "#sh" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/zsh", "name": "#zsh" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/ksh", "name": "#ksh" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/csh", "name": "#csh" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/qbittorrent", "name": "#qbittorrent" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/torrent", "name": "#torrent" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/manpage", "name": "#manpage" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/man1", "name": "#man1" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/f1", "name": "#f1" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/f1help", "name": "#f1help" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/womenwhocode", "name": "#womenwhocode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/640daysofcode", "name": "#640daysofcode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/301daysofcode", "name": "#301daysofcode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/730daysofcode", "name": "#730daysofcode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/100daysofcode", "name": "#100daysofcode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/1000daysofcode", "name": "#1000daysofcode" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/linux", "name": "#linux" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/posix", "name": "#posix" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/programming", "name": "#programming" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/devcommunity", "name": "#devcommunity" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/retrocomputing", "name": "#retrocomputing" } ], "replies": { "id": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025/replies", "items": [] } }, "likes": { "id": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025/likes", "type": "Collection", "totalItems": 5 }, "shares": { "id": "https://mastodon.bsd.cafe/users/Dendrobatus_Azureus/statuses/114015150274778025/shares", "type": "Collection", "totalItems": 3 } }