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.bsd.cafe/users/zirias/statuses/114533879361086593", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.bsd.cafe/users/zirias/statuses/114533128513252405", "published": "2025-05-19T09:51:45Z", "url": "https://mastodon.bsd.cafe/@zirias/114533879361086593", "attributedTo": "https://mastodon.bsd.cafe/users/zirias", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.bsd.cafe/users/zirias/followers" ], "sensitive": false, "atomUri": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593", "inReplyToAtomUri": "https://mastodon.bsd.cafe/users/zirias/statuses/114533128513252405", "conversation": "tag:bsd.cafe,2025-05-14:objectId=16974280:objectType=Conversation", "content": "<p>What I&#39;m still missing is a custom <a href=\"https://mastodon.bsd.cafe/tags/recovery\" class=\"mention hashtag\" rel=\"tag\">#<span>recovery</span></a> that can actually do any useful stuff (especially full <a href=\"https://mastodon.bsd.cafe/tags/backup\" class=\"mention hashtag\" rel=\"tag\">#<span>backup</span></a>).</p><p>My device has recovery as a <a href=\"https://mastodon.bsd.cafe/tags/ramdisk\" class=\"mention hashtag\" rel=\"tag\">#<span>ramdisk</span></a> in vendor_boot, and there are some prebuilt vendor_boot images with <a href=\"https://mastodon.bsd.cafe/tags/twrp\" class=\"mention hashtag\" rel=\"tag\">#<span>twrp</span></a> around, which I don&#39;t want to use directly because there&#39;s also an init-boot ramdisk in there that needs patching for root with <a href=\"https://mastodon.bsd.cafe/tags/magisk\" class=\"mention hashtag\" rel=\"tag\">#<span>magisk</span></a> ... and as far as I understood now, these ramdisks are userland only, using the shared <a href=\"https://mastodon.bsd.cafe/tags/kernel\" class=\"mention hashtag\" rel=\"tag\">#<span>kernel</span></a> from the boot partition, so it&#39;s unlikely a recovery built for <a href=\"https://mastodon.bsd.cafe/tags/HyperOS1\" class=\"mention hashtag\" rel=\"tag\">#<span>HyperOS1</span></a> (<a href=\"https://mastodon.bsd.cafe/tags/Android\" class=\"mention hashtag\" rel=\"tag\">#<span>Android</span></a> 14, <a href=\"https://mastodon.bsd.cafe/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> 5) will work with <a href=\"https://mastodon.bsd.cafe/tags/HyperOS2\" class=\"mention hashtag\" rel=\"tag\">#<span>HyperOS2</span></a> (Android 15, Linux 6).</p><p>What I *did* try nevertheless was modifying my vendor_boot using Magisk&#39;s <a href=\"https://mastodon.bsd.cafe/tags/magiskboot\" class=\"mention hashtag\" rel=\"tag\">#<span>magiskboot</span></a> utility, replacing ONLY the recovery ramdisk. It resulted in <a href=\"https://mastodon.bsd.cafe/tags/bootloop\" class=\"mention hashtag\" rel=\"tag\">#<span>bootloop</span></a> trying to boot the normal system, so there seems to be something I still don&#39;t understand (I *thought* this ramdisk would only ever be loaded when booting to recovery).</p><p>For now, I&#39;ll live with the useless stock <a href=\"https://mastodon.bsd.cafe/tags/Xiaomi\" class=\"mention hashtag\" rel=\"tag\">#<span>Xiaomi</span></a> recovery. Attempting to do my own build of twrp or orangefox really is too much hassle 🙈</p>", "contentMap": { "en": "<p>What I&#39;m still missing is a custom <a href=\"https://mastodon.bsd.cafe/tags/recovery\" class=\"mention hashtag\" rel=\"tag\">#<span>recovery</span></a> that can actually do any useful stuff (especially full <a href=\"https://mastodon.bsd.cafe/tags/backup\" class=\"mention hashtag\" rel=\"tag\">#<span>backup</span></a>).</p><p>My device has recovery as a <a href=\"https://mastodon.bsd.cafe/tags/ramdisk\" class=\"mention hashtag\" rel=\"tag\">#<span>ramdisk</span></a> in vendor_boot, and there are some prebuilt vendor_boot images with <a href=\"https://mastodon.bsd.cafe/tags/twrp\" class=\"mention hashtag\" rel=\"tag\">#<span>twrp</span></a> around, which I don&#39;t want to use directly because there&#39;s also an init-boot ramdisk in there that needs patching for root with <a href=\"https://mastodon.bsd.cafe/tags/magisk\" class=\"mention hashtag\" rel=\"tag\">#<span>magisk</span></a> ... and as far as I understood now, these ramdisks are userland only, using the shared <a href=\"https://mastodon.bsd.cafe/tags/kernel\" class=\"mention hashtag\" rel=\"tag\">#<span>kernel</span></a> from the boot partition, so it&#39;s unlikely a recovery built for <a href=\"https://mastodon.bsd.cafe/tags/HyperOS1\" class=\"mention hashtag\" rel=\"tag\">#<span>HyperOS1</span></a> (<a href=\"https://mastodon.bsd.cafe/tags/Android\" class=\"mention hashtag\" rel=\"tag\">#<span>Android</span></a> 14, <a href=\"https://mastodon.bsd.cafe/tags/Linux\" class=\"mention hashtag\" rel=\"tag\">#<span>Linux</span></a> 5) will work with <a href=\"https://mastodon.bsd.cafe/tags/HyperOS2\" class=\"mention hashtag\" rel=\"tag\">#<span>HyperOS2</span></a> (Android 15, Linux 6).</p><p>What I *did* try nevertheless was modifying my vendor_boot using Magisk&#39;s <a href=\"https://mastodon.bsd.cafe/tags/magiskboot\" class=\"mention hashtag\" rel=\"tag\">#<span>magiskboot</span></a> utility, replacing ONLY the recovery ramdisk. It resulted in <a href=\"https://mastodon.bsd.cafe/tags/bootloop\" class=\"mention hashtag\" rel=\"tag\">#<span>bootloop</span></a> trying to boot the normal system, so there seems to be something I still don&#39;t understand (I *thought* this ramdisk would only ever be loaded when booting to recovery).</p><p>For now, I&#39;ll live with the useless stock <a href=\"https://mastodon.bsd.cafe/tags/Xiaomi\" class=\"mention hashtag\" rel=\"tag\">#<span>Xiaomi</span></a> recovery. Attempting to do my own build of twrp or orangefox really is too much hassle 🙈</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/recovery", "name": "#recovery" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/backup", "name": "#backup" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/ramdisk", "name": "#ramdisk" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/twrp", "name": "#twrp" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/magisk", "name": "#magisk" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/kernel", "name": "#kernel" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/hyperos1", "name": "#hyperos1" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/android", "name": "#android" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/linux", "name": "#linux" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/hyperos2", "name": "#hyperos2" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/magiskboot", "name": "#magiskboot" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/bootloop", "name": "#bootloop" }, { "type": "Hashtag", "href": "https://mastodon.bsd.cafe/tags/xiaomi", "name": "#xiaomi" } ], "replies": { "id": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593/replies", "items": [] } }, "likes": { "id": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593/likes", "type": "Collection", "totalItems": 6 }, "shares": { "id": "https://mastodon.bsd.cafe/users/zirias/statuses/114533879361086593/shares", "type": "Collection", "totalItems": 2 } }