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://floss.social/users/mikebabcock/statuses/112508923543249273", "type": "Note", "summary": "Why I dislike containerized software", "inReplyTo": "https://floss.social/users/mikebabcock/statuses/112508898591416960", "published": "2024-05-26T18:58:51Z", "url": "https://floss.social/@mikebabcock/112508923543249273", "attributedTo": "https://floss.social/users/mikebabcock", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://floss.social/users/mikebabcock/followers" ], "sensitive": true, "atomUri": "https://floss.social/users/mikebabcock/statuses/112508923543249273", "inReplyToAtomUri": "https://floss.social/users/mikebabcock/statuses/112508898591416960", "conversation": "tag:floss.social,2024-05-26:objectId=61387714:objectType=Conversation", "content": "<p>As a professional <a href=\"https://floss.social/tags/sysadmin\" class=\"mention hashtag\" rel=\"tag\">#<span>sysadmin</span></a> I avoid any untested package with unknown dependency versions. I want to know that X and Y use libraries N and M that are stable and maintained and that updating my system overall will keep all these things in mind.<br />What even would be the equivalent of `dnf check-update --security --bugfix` for an npm or appimage package?<br />(Yes `npm audit` is half-way there).</p>", "contentMap": { "en": "<p>As a professional <a href=\"https://floss.social/tags/sysadmin\" class=\"mention hashtag\" rel=\"tag\">#<span>sysadmin</span></a> I avoid any untested package with unknown dependency versions. I want to know that X and Y use libraries N and M that are stable and maintained and that updating my system overall will keep all these things in mind.<br />What even would be the equivalent of `dnf check-update --security --bugfix` for an npm or appimage package?<br />(Yes `npm audit` is half-way there).</p>" }, "attachment": [], "tag": [ { "type": "Hashtag", "href": "https://floss.social/tags/sysadmin", "name": "#sysadmin" } ], "replies": { "id": "https://floss.social/users/mikebabcock/statuses/112508923543249273/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://floss.social/users/mikebabcock/statuses/112508923543249273/replies?min_id=112508928869717820&page=true", "partOf": "https://floss.social/users/mikebabcock/statuses/112508923543249273/replies", "items": [ "https://floss.social/users/mikebabcock/statuses/112508928869717820" ] } }, "likes": { "id": "https://floss.social/users/mikebabcock/statuses/112508923543249273/likes", "type": "Collection", "totalItems": 8 }, "shares": { "id": "https://floss.social/users/mikebabcock/statuses/112508923543249273/shares", "type": "Collection", "totalItems": 1 } }