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" } ], "id": "https://fosstodon.org/users/_wurli/statuses/113075385484250150", "type": "Note", "summary": null, "inReplyTo": "https://fosstodon.org/users/defuneste/statuses/113075377204995926", "published": "2024-09-03T19:57:35Z", "url": "https://fosstodon.org/@_wurli/113075385484250150", "attributedTo": "https://fosstodon.org/users/_wurli", "to": [ "https://fosstodon.org/users/_wurli/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://fosstodon.org/users/defuneste", "https://fosstodon.org/users/yjunechoe" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/_wurli/statuses/113075385484250150", "inReplyToAtomUri": "https://fosstodon.org/users/defuneste/statuses/113075377204995926", "conversation": "tag:fosstodon.org,2024-09-03:objectId=239503599:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@defuneste\" class=\"u-url mention\">@<span>defuneste</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@yjunechoe\" class=\"u-url mention\">@<span>yjunechoe</span></a></span> Just gonna leave this here 👀</p><p>``` r<br />library(dplyr)</p><p>bench::mark(<br /> base = {<br /> x &lt;- c(1,2,3,1,2,3,3,3)<br /> ave(x, x, FUN = sum)<br /> },<br /> dplyr = {<br /> tibble(x = c(1,2,3,1,2,3,3,3)) |&gt; <br /> mutate(x = sum(x), .by = x) |&gt; <br /> pull()<br /> }<br />)[c(&quot;expression&quot;, &quot;median&quot;, &quot;mem_alloc&quot;)]<br />#&gt; # A tibble: 2 × 3<br />#&gt; expression median mem_alloc<br />#&gt; &lt;bch:expr&gt; &lt;bch:tm&gt; &lt;bch:byt&gt;<br />#&gt; 1 base 33.9µs 71.41KB<br />#&gt; 2 dplyr 795µs 2.52MB<br />```</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@defuneste\" class=\"u-url mention\">@<span>defuneste</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://fosstodon.org/@yjunechoe\" class=\"u-url mention\">@<span>yjunechoe</span></a></span> Just gonna leave this here 👀</p><p>``` r<br />library(dplyr)</p><p>bench::mark(<br /> base = {<br /> x &lt;- c(1,2,3,1,2,3,3,3)<br /> ave(x, x, FUN = sum)<br /> },<br /> dplyr = {<br /> tibble(x = c(1,2,3,1,2,3,3,3)) |&gt; <br /> mutate(x = sum(x), .by = x) |&gt; <br /> pull()<br /> }<br />)[c(&quot;expression&quot;, &quot;median&quot;, &quot;mem_alloc&quot;)]<br />#&gt; # A tibble: 2 × 3<br />#&gt; expression median mem_alloc<br />#&gt; &lt;bch:expr&gt; &lt;bch:tm&gt; &lt;bch:byt&gt;<br />#&gt; 1 base 33.9µs 71.41KB<br />#&gt; 2 dplyr 795µs 2.52MB<br />```</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://fosstodon.org/users/defuneste", "name": "@defuneste" }, { "type": "Mention", "href": "https://fosstodon.org/users/yjunechoe", "name": "@yjunechoe" } ], "replies": { "id": "https://fosstodon.org/users/_wurli/statuses/113075385484250150/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/_wurli/statuses/113075385484250150/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/_wurli/statuses/113075385484250150/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/_wurli/statuses/113075385484250150/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://fosstodon.org/users/_wurli/statuses/113075385484250150/shares", "type": "Collection", "totalItems": 1 } }