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://mastodon.social/users/phl/statuses/114386370765030689", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-04-23T08:38:23Z", "url": "https://mastodon.social/@phl/114386370765030689", "attributedTo": "https://mastodon.social/users/phl", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.social/users/phl/followers" ], "sensitive": false, "atomUri": "https://mastodon.social/users/phl/statuses/114386370765030689", "inReplyToAtomUri": null, "conversation": "tag:mastodon.social,2025-04-23:objectId=979231215:objectType=Conversation", "content": "<p>The try/catch feature in <a href=\"https://mastodon.social/tags/Perl\" class=\"mention hashtag\" rel=\"tag\">#<span>Perl</span></a> is weird.</p><p>Not in any functional way, mind, it&#39;s great that we don&#39;t have to eval anymore, and so on.</p><p>But the lack of `my` when spawning the error variable grinds my strict gears real bad.</p><p>```perl<br />try {<br /> die &quot;sutin&quot;;<br />} catch (my $err) {<br /> say &quot;died of $err&quot;;<br />}<br />```</p><p>is a grave error and the compiler complains:</p><p>&gt; Can&#39;t redeclare &quot;my&quot; in &quot;our&quot; at -e line 1, near &quot;(my&quot;<br />&gt; syntax error at -e line 1, near &quot;(my &quot;</p><p>It sticks out like a sore thumb.</p>", "contentMap": { "en": "<p>The try/catch feature in <a href=\"https://mastodon.social/tags/Perl\" class=\"mention hashtag\" rel=\"tag\">#<span>Perl</span></a> is weird.</p><p>Not in any functional way, mind, it&#39;s great that we don&#39;t have to eval anymore, and so on.</p><p>But the lack of `my` when spawning the error variable grinds my strict gears real bad.</p><p>```perl<br />try {<br /> die &quot;sutin&quot;;<br />} catch (my $err) {<br /> say &quot;died of $err&quot;;<br />}<br />```</p><p>is a grave error and the compiler complains:</p><p>&gt; Can&#39;t redeclare &quot;my&quot; in &quot;our&quot; at -e line 1, near &quot;(my&quot;<br />&gt; syntax error at -e line 1, near &quot;(my &quot;</p><p>It sticks out like a sore thumb.</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://mastodon.social/tags/perl", "name": "#perl" } ], "replies": { "id": "https://mastodon.social/users/phl/statuses/114386370765030689/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.social/users/phl/statuses/114386370765030689/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.social/users/phl/statuses/114386370765030689/replies", "items": [] } }, "likes": { "id": "https://mastodon.social/users/phl/statuses/114386370765030689/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.social/users/phl/statuses/114386370765030689/shares", "type": "Collection", "totalItems": 0 } }