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://social.librem.one/users/eighthave/statuses/114658532000527154", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-06-10T10:12:34Z", "url": "https://social.librem.one/@eighthave/114658532000527154", "attributedTo": "https://social.librem.one/users/eighthave", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://social.librem.one/users/eighthave/followers" ], "sensitive": false, "atomUri": "https://social.librem.one/users/eighthave/statuses/114658532000527154", "inReplyToAtomUri": null, "conversation": "tag:librem.one,2025-06-10:objectId=65574153:objectType=Conversation", "content": "<p>A simple metric from <a href=\"https://social.librem.one/tags/FDroid\" class=\"mention hashtag\" rel=\"tag\">#<span>FDroid</span></a> <a href=\"https://social.librem.one/tags/metrics\" class=\"mention hashtag\" rel=\"tag\">#<span>metrics</span></a> data: app downloads per week. Start with data from 1 of 2 servers for f-droid.org: http02, add hits for paths ending in &quot;.apk&quot;. That gave about 2 million. Multiply by 18 (fronters + mirrors) and get ~36 mil app downloads a week.</p><p>import requests<br />hits = 0<br />r = requests.get(f&apos;<a href=\"https://fdroid.gitlab.io/metrics/http03.fdroid.net/2025-05-26.json\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">fdroid.gitlab.io/metrics/http0</span><span class=\"invisible\">3.fdroid.net/2025-05-26.json</span></a>&apos;)<br />data = r.json()<br />for path in data[&apos;paths&apos;]:<br /> if path.endswith(&apos;.apk&apos;):<br /> hits += data[&apos;paths&apos;][path][&apos;hits&apos;]<br />print(&apos;APKs&apos;, hits)</p><p><a href=\"https://forum.f-droid.org/t/experiment-in-f-droid-org-metrics/32454\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">forum.f-droid.org/t/experiment</span><span class=\"invisible\">-in-f-droid-org-metrics/32454</span></a></p>", "contentMap": { "en": "<p>A simple metric from <a href=\"https://social.librem.one/tags/FDroid\" class=\"mention hashtag\" rel=\"tag\">#<span>FDroid</span></a> <a href=\"https://social.librem.one/tags/metrics\" class=\"mention hashtag\" rel=\"tag\">#<span>metrics</span></a> data: app downloads per week. Start with data from 1 of 2 servers for f-droid.org: http02, add hits for paths ending in &quot;.apk&quot;. That gave about 2 million. Multiply by 18 (fronters + mirrors) and get ~36 mil app downloads a week.</p><p>import requests<br />hits = 0<br />r = requests.get(f&apos;<a href=\"https://fdroid.gitlab.io/metrics/http03.fdroid.net/2025-05-26.json\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">fdroid.gitlab.io/metrics/http0</span><span class=\"invisible\">3.fdroid.net/2025-05-26.json</span></a>&apos;)<br />data = r.json()<br />for path in data[&apos;paths&apos;]:<br /> if path.endswith(&apos;.apk&apos;):<br /> hits += data[&apos;paths&apos;][path][&apos;hits&apos;]<br />print(&apos;APKs&apos;, hits)</p><p><a href=\"https://forum.f-droid.org/t/experiment-in-f-droid-org-metrics/32454\" rel=\"nofollow noopener noreferrer\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">forum.f-droid.org/t/experiment</span><span class=\"invisible\">-in-f-droid-org-metrics/32454</span></a></p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://social.librem.one/tags/metrics", "name": "#metrics" }, { "type": "Hashtag", "href": "https://social.librem.one/tags/fdroid", "name": "#fdroid" } ], "replies": { "id": "https://social.librem.one/users/eighthave/statuses/114658532000527154/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://social.librem.one/users/eighthave/statuses/114658532000527154/replies?only_other_accounts=true&page=true", "partOf": "https://social.librem.one/users/eighthave/statuses/114658532000527154/replies", "items": [] } } }