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://fosstodon.org/users/drfootleg/statuses/114036609077968310", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-02-20T14:09:23Z", "url": "https://fosstodon.org/@drfootleg/114036609077968310", "attributedTo": "https://fosstodon.org/users/drfootleg", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://fosstodon.org/users/drfootleg/followers" ], "sensitive": false, "atomUri": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310", "inReplyToAtomUri": null, "conversation": "tag:fosstodon.org,2025-02-20:objectId=290251209:objectType=Conversation", "content": "<p>Question for microcontroller C++ nerds. When creating an instance of a hardware class (e.g. The display) is there any real advantage to creating via a pointer: ClassName* myvar() versus creating a scoped instance (which is global to the program): ClassName myvar()<br /><a href=\"https://fosstodon.org/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://fosstodon.org/tags/pico\" class=\"mention hashtag\" rel=\"tag\">#<span>pico</span></a> <a href=\"https://fosstodon.org/tags/rpi\" class=\"mention hashtag\" rel=\"tag\">#<span>rpi</span></a>-pico <a href=\"https://fosstodon.org/tags/raspberrypipico\" class=\"mention hashtag\" rel=\"tag\">#<span>raspberrypipico</span></a> <a href=\"https://fosstodon.org/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a> <a href=\"https://fosstodon.org/tags/cpp\" class=\"mention hashtag\" rel=\"tag\">#<span>cpp</span></a></p>", "contentMap": { "en": "<p>Question for microcontroller C++ nerds. When creating an instance of a hardware class (e.g. The display) is there any real advantage to creating via a pointer: ClassName* myvar() versus creating a scoped instance (which is global to the program): ClassName myvar()<br /><a href=\"https://fosstodon.org/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://fosstodon.org/tags/pico\" class=\"mention hashtag\" rel=\"tag\">#<span>pico</span></a> <a href=\"https://fosstodon.org/tags/rpi\" class=\"mention hashtag\" rel=\"tag\">#<span>rpi</span></a>-pico <a href=\"https://fosstodon.org/tags/raspberrypipico\" class=\"mention hashtag\" rel=\"tag\">#<span>raspberrypipico</span></a> <a href=\"https://fosstodon.org/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a> <a href=\"https://fosstodon.org/tags/cpp\" class=\"mention hashtag\" rel=\"tag\">#<span>cpp</span></a></p>" }, "updated": "2025-02-20T14:10:39Z", "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://fosstodon.org/tags/coding", "name": "#coding" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/pico", "name": "#pico" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/rpi", "name": "#rpi" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/RaspberryPiPico", "name": "#RaspberryPiPico" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/dev", "name": "#dev" }, { "type": "Hashtag", "href": "https://fosstodon.org/tags/cpp", "name": "#cpp" } ], "replies": { "id": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310/replies?only_other_accounts=true&page=true", "partOf": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310/replies", "items": [] } }, "likes": { "id": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://fosstodon.org/users/drfootleg/statuses/114036609077968310/shares", "type": "Collection", "totalItems": 0 } }