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", "Hashtag": "as:Hashtag" } ], "id": "https://digitaldarkage.cc/users/iaintshootinmis/collections/featured", "type": "OrderedCollection", "totalItems": 2, "orderedItems": [ { "id": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113414528582065496", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-11-02T17:26:08Z", "url": "https://digitaldarkage.cc/@iaintshootinmis/113414528582065496", "attributedTo": "https://digitaldarkage.cc/users/iaintshootinmis", "to": [ "https://digitaldarkage.cc/users/iaintshootinmis/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://soapbox.hackdefendr.com/users/jeff" ], "sensitive": false, "atomUri": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113414528582065496", "inReplyToAtomUri": null, "conversation": "tag:soapbox.hackdefendr.com,2024-11-02:objectId=5930296:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://soapbox.hackdefendr.com/@jeff\" class=\"u-url mention\">@<span>jeff</span></a></span> a lot of people need to learn bash built-ins as well. For my own sanity heresa non exhaustive list. </p><p>Ctrl+<br />L clear screen<br />E goto end of line<br />A goto begin of line<br />Y yank line <br />U put line back<br />R recursively search history </p><p>Also <br />$? For exit code of last cmd<br />$_ to reference the last argument of the last command</p><p>cd .. to go up the file system<br />cd to go home<br />cd - to go to the last directory you were in</p><p>!! to rerun a command <br />^foo^bar rerun the last command and replace foo with bar</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://soapbox.hackdefendr.com/@jeff\" class=\"u-url mention\">@<span>jeff</span></a></span> a lot of people need to learn bash built-ins as well. For my own sanity heresa non exhaustive list. </p><p>Ctrl+<br />L clear screen<br />E goto end of line<br />A goto begin of line<br />Y yank line <br />U put line back<br />R recursively search history </p><p>Also <br />$? For exit code of last cmd<br />$_ to reference the last argument of the last command</p><p>cd .. to go up the file system<br />cd to go home<br />cd - to go to the last directory you were in</p><p>!! to rerun a command <br />^foo^bar rerun the last command and replace foo with bar</p>" }, "updated": "2024-11-02T20:52:27Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://soapbox.hackdefendr.com/users/jeff", "name": "@jeff@soapbox.hackdefendr.com" } ], "replies": { "id": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113414528582065496/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113414528582065496/replies?only_other_accounts=true&page=true", "partOf": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113414528582065496/replies", "items": [] } } }, { "id": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113275544207851030", "type": "Note", "summary": null, "inReplyTo": null, "published": "2024-10-09T04:20:35Z", "url": "https://digitaldarkage.cc/@iaintshootinmis/113275544207851030", "attributedTo": "https://digitaldarkage.cc/users/iaintshootinmis", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://digitaldarkage.cc/users/iaintshootinmis/followers" ], "sensitive": false, "atomUri": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113275544207851030", "inReplyToAtomUri": null, "conversation": "tag:digitaldarkage.cc,2024-10-09:objectId=6331996:objectType=Conversation", "content": "<p>I don&#39;t know if this will be appreciated or obnoxious but here&#39;s the <a href=\"https://digitaldarkage.cc/tags/Bash\" class=\"mention hashtag\" rel=\"tag\">#<span>Bash</span></a> script I used to <a href=\"https://digitaldarkage.cc/tags/toot\" class=\"mention hashtag\" rel=\"tag\">#<span>toot</span></a> a LOT of things in a single thread. </p><p>The script can do listed or unlisted replies, with or without content warnings. </p><p>But does require the <a href=\"https://digitaldarkage.cc/tags/toot\" class=\"mention hashtag\" rel=\"tag\">#<span>toot</span></a> <a href=\"https://digitaldarkage.cc/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a> package from <a href=\"https://digitaldarkage.cc/tags/pip\" class=\"mention hashtag\" rel=\"tag\">#<span>pip</span></a> </p><p>Any suggestions or improvements are welcome. </p><p><a href=\"https://gist.github.com/iaintshootinmis/19dab1966f94397de388bcbf3b8122a6\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/iaintshootinmi</span><span class=\"invisible\">s/19dab1966f94397de388bcbf3b8122a6</span></a></p>", "contentMap": { "en": "<p>I don&#39;t know if this will be appreciated or obnoxious but here&#39;s the <a href=\"https://digitaldarkage.cc/tags/Bash\" class=\"mention hashtag\" rel=\"tag\">#<span>Bash</span></a> script I used to <a href=\"https://digitaldarkage.cc/tags/toot\" class=\"mention hashtag\" rel=\"tag\">#<span>toot</span></a> a LOT of things in a single thread. </p><p>The script can do listed or unlisted replies, with or without content warnings. </p><p>But does require the <a href=\"https://digitaldarkage.cc/tags/toot\" class=\"mention hashtag\" rel=\"tag\">#<span>toot</span></a> <a href=\"https://digitaldarkage.cc/tags/Python\" class=\"mention hashtag\" rel=\"tag\">#<span>Python</span></a> package from <a href=\"https://digitaldarkage.cc/tags/pip\" class=\"mention hashtag\" rel=\"tag\">#<span>pip</span></a> </p><p>Any suggestions or improvements are welcome. </p><p><a href=\"https://gist.github.com/iaintshootinmis/19dab1966f94397de388bcbf3b8122a6\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/iaintshootinmi</span><span class=\"invisible\">s/19dab1966f94397de388bcbf3b8122a6</span></a></p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://digitaldarkage.cc/tags/bash", "name": "#bash" }, { "type": "Hashtag", "href": "https://digitaldarkage.cc/tags/toot", "name": "#toot" }, { "type": "Hashtag", "href": "https://digitaldarkage.cc/tags/python", "name": "#python" }, { "type": "Hashtag", "href": "https://digitaldarkage.cc/tags/pip", "name": "#pip" } ], "replies": { "id": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113275544207851030/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113275544207851030/replies?only_other_accounts=true&page=true", "partOf": "https://digitaldarkage.cc/users/iaintshootinmis/statuses/113275544207851030/replies", "items": [] } } } ] }