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://floss.social/users/HerraBRE/collections/featured", "type": "OrderedCollection", "totalItems": 4, "orderedItems": [ { "id": "https://floss.social/users/HerraBRE/statuses/113967603764153834", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-02-08T09:40:25Z", "url": "https://floss.social/@HerraBRE/113967603764153834", "attributedTo": "https://floss.social/users/HerraBRE", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://floss.social/users/HerraBRE/followers" ], "sensitive": false, "atomUri": "https://floss.social/users/HerraBRE/statuses/113967603764153834", "inReplyToAtomUri": null, "conversation": "tag:floss.social,2025-02-08:objectId=80318756:objectType=Conversation", "content": "<p>Ooops, I got distracted from <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a> work, by other moggie work!</p><p>I rewrote moggie&#39;s microservice pattern for another project... but the rewrite was so much better than moggie&#39;s, that I&#39;ve been gagging to backport my changes. I finally bit the bullet in Jan. But if two projects are using the same code... then that&#39;s actually 3 projects.</p><p>So, I present Kettlingar - Pythonic RPC Kittens! <a href=\"https://github.com/mailpile/kettlingar\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/mailpile/kettlingar</span><span class=\"invisible\"></span></a></p><p>I&#39;ll have to toot a bit about why this is neat. And maybe write a talk... meow!</p>", "contentMap": { "en": "<p>Ooops, I got distracted from <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a> work, by other moggie work!</p><p>I rewrote moggie&#39;s microservice pattern for another project... but the rewrite was so much better than moggie&#39;s, that I&#39;ve been gagging to backport my changes. I finally bit the bullet in Jan. But if two projects are using the same code... then that&#39;s actually 3 projects.</p><p>So, I present Kettlingar - Pythonic RPC Kittens! <a href=\"https://github.com/mailpile/kettlingar\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/mailpile/kettlingar</span><span class=\"invisible\"></span></a></p><p>I&#39;ll have to toot a bit about why this is neat. And maybe write a talk... meow!</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://floss.social/tags/moggie", "name": "#moggie" } ], "replies": { "id": "https://floss.social/users/HerraBRE/statuses/113967603764153834/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://floss.social/users/HerraBRE/statuses/113967603764153834/replies?only_other_accounts=true&page=true", "partOf": "https://floss.social/users/HerraBRE/statuses/113967603764153834/replies", "items": [] } }, "likes": { "id": "https://floss.social/users/HerraBRE/statuses/113967603764153834/likes", "type": "Collection", "totalItems": 6 }, "shares": { "id": "https://floss.social/users/HerraBRE/statuses/113967603764153834/shares", "type": "Collection", "totalItems": 1 } }, { "id": "https://floss.social/users/HerraBRE/statuses/109252921252671217", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-10-29T18:14:39Z", "url": "https://floss.social/@HerraBRE/109252921252671217", "attributedTo": "https://floss.social/users/HerraBRE", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://floss.social/users/HerraBRE/followers" ], "sensitive": false, "atomUri": "https://floss.social/users/HerraBRE/statuses/109252921252671217", "inReplyToAtomUri": null, "conversation": "tag:floss.social,2022-10-29:objectId=23550633:objectType=Conversation", "content": "<p>So... the project I am working on the most these days, is called <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a>. Moggie is (will be) <a href=\"https://floss.social/tags/Mailpile\" class=\"mention hashtag\" rel=\"tag\">#<span>Mailpile</span></a> v2, an almost-total rewrite in Python 3.</p><p>A moggie is a mixed-breed cat; the name is homage to <a href=\"https://floss.social/tags/mutt\" class=\"mention hashtag\" rel=\"tag\">#<span>mutt</span></a>, which even after all these years is still one of the best <a href=\"https://floss.social/tags/email\" class=\"mention hashtag\" rel=\"tag\">#<span>email</span></a> clients there is. IMHO.</p><p>The name is also a challenge and reminder to myself: Throughout Mailpile&#39;s development, I kept reaching for mutt when Mailpile fell short, which it inevitably did. I want <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a> to be more like <a href=\"https://floss.social/tags/mutt\" class=\"mention hashtag\" rel=\"tag\">#<span>mutt</span></a>.</p>", "contentMap": { "en": "<p>So... the project I am working on the most these days, is called <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a>. Moggie is (will be) <a href=\"https://floss.social/tags/Mailpile\" class=\"mention hashtag\" rel=\"tag\">#<span>Mailpile</span></a> v2, an almost-total rewrite in Python 3.</p><p>A moggie is a mixed-breed cat; the name is homage to <a href=\"https://floss.social/tags/mutt\" class=\"mention hashtag\" rel=\"tag\">#<span>mutt</span></a>, which even after all these years is still one of the best <a href=\"https://floss.social/tags/email\" class=\"mention hashtag\" rel=\"tag\">#<span>email</span></a> clients there is. IMHO.</p><p>The name is also a challenge and reminder to myself: Throughout Mailpile&#39;s development, I kept reaching for mutt when Mailpile fell short, which it inevitably did. I want <a href=\"https://floss.social/tags/moggie\" class=\"mention hashtag\" rel=\"tag\">#<span>moggie</span></a> to be more like <a href=\"https://floss.social/tags/mutt\" class=\"mention hashtag\" rel=\"tag\">#<span>mutt</span></a>.</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://floss.social/tags/moggie", "name": "#moggie" }, { "type": "Hashtag", "href": "https://floss.social/tags/mailpile", "name": "#mailpile" }, { "type": "Hashtag", "href": "https://floss.social/tags/mutt", "name": "#mutt" }, { "type": "Hashtag", "href": "https://floss.social/tags/email", "name": "#email" } ], "replies": { "id": "https://floss.social/users/HerraBRE/statuses/109252921252671217/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://floss.social/users/HerraBRE/statuses/109252921252671217/replies?only_other_accounts=true&page=true", "partOf": "https://floss.social/users/HerraBRE/statuses/109252921252671217/replies", "items": [] } }, "likes": { "id": "https://floss.social/users/HerraBRE/statuses/109252921252671217/likes", "type": "Collection", "totalItems": 16 }, "shares": { "id": "https://floss.social/users/HerraBRE/statuses/109252921252671217/shares", "type": "Collection", "totalItems": 7 } }, { "id": "https://floss.social/users/HerraBRE/statuses/109239934709440034", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-10-27T11:12:00Z", "url": "https://floss.social/@HerraBRE/109239934709440034", "attributedTo": "https://floss.social/users/HerraBRE", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://floss.social/users/HerraBRE/followers" ], "sensitive": false, "atomUri": "https://floss.social/users/HerraBRE/statuses/109239934709440034", "inReplyToAtomUri": null, "conversation": "tag:floss.social,2022-10-27:objectId=23475106:objectType=Conversation", "content": "<p>Somehow, 3 gigs in a row, I&#39;ve found myself involved with dynamic <a href=\"https://floss.social/tags/DNS\" class=\"mention hashtag\" rel=\"tag\">#<span>DNS</span></a> infrastructure.</p><p>The pattern is always the same; there is a database of some sort, and then <a href=\"https://floss.social/tags/bind\" class=\"mention hashtag\" rel=\"tag\">#<span>bind</span></a> or <a href=\"https://floss.social/tags/powerdns\" class=\"mention hashtag\" rel=\"tag\">#<span>powerdns</span></a> serving results. Updates happen using a custom web interface or home-brewed web API.</p><p>But - we have a standard for dynamic DNS updates! It&#39;s called <a href=\"https://floss.social/tags/rfc2163\" class=\"mention hashtag\" rel=\"tag\">#<span>rfc2163</span></a>. Why aren&#39;t we using it? Because DNS is less dev friendly, I guess?</p><p>So I wrote Duppy: <a href=\"https://github.com/pagekite/duppy\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/pagekite/duppy</span><span class=\"invisible\"></span></a> - a reusable <a href=\"https://floss.social/tags/RFC2163\" class=\"mention hashtag\" rel=\"tag\">#<span>RFC2163</span></a> DNS update server.</p>", "contentMap": { "en": "<p>Somehow, 3 gigs in a row, I&#39;ve found myself involved with dynamic <a href=\"https://floss.social/tags/DNS\" class=\"mention hashtag\" rel=\"tag\">#<span>DNS</span></a> infrastructure.</p><p>The pattern is always the same; there is a database of some sort, and then <a href=\"https://floss.social/tags/bind\" class=\"mention hashtag\" rel=\"tag\">#<span>bind</span></a> or <a href=\"https://floss.social/tags/powerdns\" class=\"mention hashtag\" rel=\"tag\">#<span>powerdns</span></a> serving results. Updates happen using a custom web interface or home-brewed web API.</p><p>But - we have a standard for dynamic DNS updates! It&#39;s called <a href=\"https://floss.social/tags/rfc2163\" class=\"mention hashtag\" rel=\"tag\">#<span>rfc2163</span></a>. Why aren&#39;t we using it? Because DNS is less dev friendly, I guess?</p><p>So I wrote Duppy: <a href=\"https://github.com/pagekite/duppy\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/pagekite/duppy</span><span class=\"invisible\"></span></a> - a reusable <a href=\"https://floss.social/tags/RFC2163\" class=\"mention hashtag\" rel=\"tag\">#<span>RFC2163</span></a> DNS update server.</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://floss.social/tags/DNS", "name": "#DNS" }, { "type": "Hashtag", "href": "https://floss.social/tags/bind", "name": "#bind" }, { "type": "Hashtag", "href": "https://floss.social/tags/powerdns", "name": "#powerdns" }, { "type": "Hashtag", "href": "https://floss.social/tags/rfc2163", "name": "#rfc2163" } ], "replies": { "id": "https://floss.social/users/HerraBRE/statuses/109239934709440034/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://floss.social/users/HerraBRE/statuses/109239934709440034/replies?min_id=109239947836041298&page=true", "partOf": "https://floss.social/users/HerraBRE/statuses/109239934709440034/replies", "items": [ "https://floss.social/users/HerraBRE/statuses/109239947836041298" ] } }, "likes": { "id": "https://floss.social/users/HerraBRE/statuses/109239934709440034/likes", "type": "Collection", "totalItems": 10 }, "shares": { "id": "https://floss.social/users/HerraBRE/statuses/109239934709440034/shares", "type": "Collection", "totalItems": 6 } }, { "id": "https://floss.social/users/HerraBRE/statuses/109246077540193340", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-10-28T13:14:13Z", "url": "https://floss.social/@HerraBRE/109246077540193340", "attributedTo": "https://floss.social/users/HerraBRE", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://floss.social/users/HerraBRE/followers" ], "sensitive": false, "atomUri": "https://floss.social/users/HerraBRE/statuses/109246077540193340", "inReplyToAtomUri": null, "conversation": "tag:floss.social,2022-10-28:objectId=23506822:objectType=Conversation", "content": "<p>Hello world! An <a href=\"https://floss.social/tags/introduction\" class=\"mention hashtag\" rel=\"tag\">#<span>introduction</span></a>.</p><p>I&#39;m Bjarni, an Icelandic coder who mainly writes Python programs and gives them away as open source. My focus is on autonomy and privacy online; mostly relating to email (<a href=\"https://floss.social/tags/mailpile\" class=\"mention hashtag\" rel=\"tag\">#<span>mailpile</span></a>) and the web (<a href=\"https://floss.social/tags/pagekite\" class=\"mention hashtag\" rel=\"tag\">#<span>pagekite</span></a>).</p><p>I&#39;m fluent in security (<a href=\"https://floss.social/tags/passcrow\" class=\"mention hashtag\" rel=\"tag\">#<span>passcrow</span></a>), but I&#39;m more excited by creating neat tools and empowering people, than I am in exploits and encryption algos.</p><p>I plan to use this account to discuss my work &amp; hopefully connect with folks working on related things. Say hi!</p>", "contentMap": { "en": "<p>Hello world! An <a href=\"https://floss.social/tags/introduction\" class=\"mention hashtag\" rel=\"tag\">#<span>introduction</span></a>.</p><p>I&#39;m Bjarni, an Icelandic coder who mainly writes Python programs and gives them away as open source. My focus is on autonomy and privacy online; mostly relating to email (<a href=\"https://floss.social/tags/mailpile\" class=\"mention hashtag\" rel=\"tag\">#<span>mailpile</span></a>) and the web (<a href=\"https://floss.social/tags/pagekite\" class=\"mention hashtag\" rel=\"tag\">#<span>pagekite</span></a>).</p><p>I&#39;m fluent in security (<a href=\"https://floss.social/tags/passcrow\" class=\"mention hashtag\" rel=\"tag\">#<span>passcrow</span></a>), but I&#39;m more excited by creating neat tools and empowering people, than I am in exploits and encryption algos.</p><p>I plan to use this account to discuss my work &amp; hopefully connect with folks working on related things. Say hi!</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://floss.social/tags/introduction", "name": "#introduction" }, { "type": "Hashtag", "href": "https://floss.social/tags/mailpile", "name": "#mailpile" }, { "type": "Hashtag", "href": "https://floss.social/tags/pagekite", "name": "#pagekite" }, { "type": "Hashtag", "href": "https://floss.social/tags/passcrow", "name": "#passcrow" } ], "replies": { "id": "https://floss.social/users/HerraBRE/statuses/109246077540193340/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://floss.social/users/HerraBRE/statuses/109246077540193340/replies?only_other_accounts=true&page=true", "partOf": "https://floss.social/users/HerraBRE/statuses/109246077540193340/replies", "items": [] } }, "likes": { "id": "https://floss.social/users/HerraBRE/statuses/109246077540193340/likes", "type": "Collection", "totalItems": 22 }, "shares": { "id": "https://floss.social/users/HerraBRE/statuses/109246077540193340/shares", "type": "Collection", "totalItems": 18 } } ] }