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://ruby.social/users/jm3/statuses/113447883989567606", "type": "Note", "summary": null, "inReplyTo": "https://hachyderm.io/users/markus/statuses/113428704081388917", "published": "2024-11-08T14:48:51Z", "url": "https://ruby.social/@jm3/113447883989567606", "attributedTo": "https://ruby.social/users/jm3", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://ruby.social/users/jm3/followers", "https://hachyderm.io/users/markus" ], "sensitive": false, "atomUri": "https://ruby.social/users/jm3/statuses/113447883989567606", "inReplyToAtomUri": "https://hachyderm.io/users/markus/statuses/113428704081388917", "conversation": "tag:ruby.social,2024-11-05:objectId=58113528:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://hachyderm.io/@markus\" class=\"u-url mention\">@<span>markus</span></a></span> it’s awesome. since I used standard migrations and Ruby schema dumps, switching to sqlite just worked. my app is a sort of single-user micro-app so I’m keen to just drop my db on a persistent volume in production(!) because of how simple it makes hosting. Probably I need some cron backup script as well when the hash of the db file changes, could run that check hourly. amazing</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://hachyderm.io/@markus\" class=\"u-url mention\">@<span>markus</span></a></span> it’s awesome. since I used standard migrations and Ruby schema dumps, switching to sqlite just worked. my app is a sort of single-user micro-app so I’m keen to just drop my db on a persistent volume in production(!) because of how simple it makes hosting. Probably I need some cron backup script as well when the hash of the db file changes, could run that check hourly. amazing</p>" }, "updated": "2024-11-08T14:51:28Z", "attachment": [], "tag": [ { "type": "Mention", "href": "https://hachyderm.io/users/markus", "name": "@markus@hachyderm.io" } ], "replies": { "id": "https://ruby.social/users/jm3/statuses/113447883989567606/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://ruby.social/users/jm3/statuses/113447883989567606/replies?only_other_accounts=true&page=true", "partOf": "https://ruby.social/users/jm3/statuses/113447883989567606/replies", "items": [] } }, "likes": { "id": "https://ruby.social/users/jm3/statuses/113447883989567606/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://ruby.social/users/jm3/statuses/113447883989567606/shares", "type": "Collection", "totalItems": 0 } }