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", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" }, "Hashtag": "as:Hashtag" } ], "id": "https://mastodon.ar.al/users/aral/statuses/113980351341953395", "type": "Note", "summary": null, "inReplyTo": null, "published": "2025-02-10T15:42:18Z", "url": "https://mastodon.ar.al/@aral/113980351341953395", "attributedTo": "https://mastodon.ar.al/users/aral", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.ar.al/users/aral/followers" ], "sensitive": false, "atomUri": "https://mastodon.ar.al/users/aral/statuses/113980351341953395", "inReplyToAtomUri": null, "conversation": "tag:mastodon.ar.al,2025-02-10:objectId=49162512:objectType=Conversation", "content": "<p>Your web server having an interactive shell (REPL) where you can live update entries in your site/app’s database is pretty neat (if I do say so myself) :)</p><p><a href=\"https://kitten.small-web.org/reference/#kitten-s-interactive-shell-repl\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kitten.small-web.org/reference</span><span class=\"invisible\">/#kitten-s-interactive-shell-repl</span></a></p><p>(I’m porting the Small Technology Foundation site¹ from Site.js² – and hence from being a static site generated via Site.js’s integrated Hugo³ – to Kitten⁴. In the process, I’m creating an admin panel⁵ for the news, events, and videos sections, which will make them easier to update, and storing the data in Kitten’s internal JavaScript Database⁶.)</p><p>¹ <a href=\"https://small-tech.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">small-tech.org</span><span class=\"invisible\"></span></a><br />² <a href=\"https://sitejs.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">sitejs.org</span><span class=\"invisible\"></span></a><br />³ <a href=\"https://gohugo.io/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gohugo.io/</span><span class=\"invisible\"></span></a><br />⁴ <a href=\"https://kitten.small-web.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">kitten.small-web.org</span><span class=\"invisible\"></span></a><br />⁵ It’s trivial to create authenticated routes in Kitten. You just add a lock emoji (🔒) to the end of your route’s name. e.g., admin🔒.page.js or /admin🔒/index.page.js (see <a href=\"https://kitten.small-web.org/reference/#sessions-and-authentication\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kitten.small-web.org/reference</span><span class=\"invisible\">/#sessions-and-authentication</span></a>).<br />⁶ <a href=\"https://codeberg.org/small-tech/jsdb\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">codeberg.org/small-tech/jsdb</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mastodon.ar.al/tags/Kitten\" class=\"mention hashtag\" rel=\"tag\">#<span>Kitten</span></a> <a href=\"https://mastodon.ar.al/tags/REPL\" class=\"mention hashtag\" rel=\"tag\">#<span>REPL</span></a> <a href=\"https://mastodon.ar.al/tags/shell\" class=\"mention hashtag\" rel=\"tag\">#<span>shell</span></a> <a href=\"https://mastodon.ar.al/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> <a href=\"https://mastodon.ar.al/tags/database\" class=\"mention hashtag\" rel=\"tag\">#<span>database</span></a> <a href=\"https://mastodon.ar.al/tags/JavaScriptDatabase\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScriptDatabase</span></a> <a href=\"https://mastodon.ar.al/tags/JSDB\" class=\"mention hashtag\" rel=\"tag\">#<span>JSDB</span></a> <a href=\"https://mastodon.ar.al/tags/SmallTechnologyFoundation\" class=\"mention hashtag\" rel=\"tag\">#<span>SmallTechnologyFoundation</span></a> <a href=\"https://mastodon.ar.al/tags/SiteJS\" class=\"mention hashtag\" rel=\"tag\">#<span>SiteJS</span></a> <a href=\"https://mastodon.ar.al/tags/Hugo\" class=\"mention hashtag\" rel=\"tag\">#<span>Hugo</span></a> <a href=\"https://mastodon.ar.al/tags/web\" class=\"mention hashtag\" rel=\"tag\">#<span>web</span></a> <a href=\"https://mastodon.ar.al/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a> <a href=\"https://mastodon.ar.al/tags/NodeJS\" class=\"mention hashtag\" rel=\"tag\">#<span>NodeJS</span></a></p>", "contentMap": { "en": "<p>Your web server having an interactive shell (REPL) where you can live update entries in your site/app’s database is pretty neat (if I do say so myself) :)</p><p><a href=\"https://kitten.small-web.org/reference/#kitten-s-interactive-shell-repl\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kitten.small-web.org/reference</span><span class=\"invisible\">/#kitten-s-interactive-shell-repl</span></a></p><p>(I’m porting the Small Technology Foundation site¹ from Site.js² – and hence from being a static site generated via Site.js’s integrated Hugo³ – to Kitten⁴. In the process, I’m creating an admin panel⁵ for the news, events, and videos sections, which will make them easier to update, and storing the data in Kitten’s internal JavaScript Database⁶.)</p><p>¹ <a href=\"https://small-tech.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">small-tech.org</span><span class=\"invisible\"></span></a><br />² <a href=\"https://sitejs.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">sitejs.org</span><span class=\"invisible\"></span></a><br />³ <a href=\"https://gohugo.io/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">gohugo.io/</span><span class=\"invisible\"></span></a><br />⁴ <a href=\"https://kitten.small-web.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">kitten.small-web.org</span><span class=\"invisible\"></span></a><br />⁵ It’s trivial to create authenticated routes in Kitten. You just add a lock emoji (🔒) to the end of your route’s name. e.g., admin🔒.page.js or /admin🔒/index.page.js (see <a href=\"https://kitten.small-web.org/reference/#sessions-and-authentication\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kitten.small-web.org/reference</span><span class=\"invisible\">/#sessions-and-authentication</span></a>).<br />⁶ <a href=\"https://codeberg.org/small-tech/jsdb\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">codeberg.org/small-tech/jsdb</span><span class=\"invisible\"></span></a></p><p><a href=\"https://mastodon.ar.al/tags/Kitten\" class=\"mention hashtag\" rel=\"tag\">#<span>Kitten</span></a> <a href=\"https://mastodon.ar.al/tags/REPL\" class=\"mention hashtag\" rel=\"tag\">#<span>REPL</span></a> <a href=\"https://mastodon.ar.al/tags/shell\" class=\"mention hashtag\" rel=\"tag\">#<span>shell</span></a> <a href=\"https://mastodon.ar.al/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> <a href=\"https://mastodon.ar.al/tags/database\" class=\"mention hashtag\" rel=\"tag\">#<span>database</span></a> <a href=\"https://mastodon.ar.al/tags/JavaScriptDatabase\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScriptDatabase</span></a> <a href=\"https://mastodon.ar.al/tags/JSDB\" class=\"mention hashtag\" rel=\"tag\">#<span>JSDB</span></a> <a href=\"https://mastodon.ar.al/tags/SmallTechnologyFoundation\" class=\"mention hashtag\" rel=\"tag\">#<span>SmallTechnologyFoundation</span></a> <a href=\"https://mastodon.ar.al/tags/SiteJS\" class=\"mention hashtag\" rel=\"tag\">#<span>SiteJS</span></a> <a href=\"https://mastodon.ar.al/tags/Hugo\" class=\"mention hashtag\" rel=\"tag\">#<span>Hugo</span></a> <a href=\"https://mastodon.ar.al/tags/web\" class=\"mention hashtag\" rel=\"tag\">#<span>web</span></a> <a href=\"https://mastodon.ar.al/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a> <a href=\"https://mastodon.ar.al/tags/NodeJS\" class=\"mention hashtag\" rel=\"tag\">#<span>NodeJS</span></a></p>" }, "updated": "2025-02-10T15:42:41Z", "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://s3-eu-central-1.amazonaws.com/mastodon-aral/media_attachments/files/113/980/351/306/618/092/original/ebbb5caaed9329a6.png", "name": "Screenshot of Kitten’s interactive shell, showing me alterning a database entry in development:\n\n}\n ]\n\n🐱 💬 kitten.db.news[0].link = kitten.db.news[0].postLink\n\n 'https://ar.al/2024/05/23/new-kitten-features-interactive-shell-repl-multi-page-settings-and-backup-and-restore-data-portability/'\n\n🐱 💬 kitten.db.news[0]\n\n Proxy [\n News {\n link: 'https://ar.al/2024/05/23/new-kitten-features-interactive-shell-repl-multi-page-settings-and-backup-and-restore-data-portability/',\n title: 'New Kitten features: Interactive Shell (REPL), Multi-page Settings, and backup and restore (data portability)',\n date: '2024-05-23',\n image: '',\n summary: 'In this video, Aral demonstrates the new features added to Kitten in May: including the new Interactive Shell (REPL), Multi-page Settings, and backup and restore (data portability).',\n author: 'Aral Balkan',\n sourceName: 'Aral’s Blog',\n sourceLink: 'https://ar.al',\n postLink: 'https://ar.al/2024/05/23/new-kitten-features-interactive-shell-repl-multi-page-settings-and-backup-and-restore-data-portability/',\n presets: 'custom'\n },\n {\n get: [Function: bound getHandler] { boundObject: [DataProxy] },\n set: [Function: bound setHandler] { boundObject: [DataProxy] },\n defineProperty: [Function: bound definePropertyHandler] { boundObject: [DataProxy] },\n deleteProperty: [Function: bound deletePropertyHandler] { boundObject: [DataProxy] }\n }\n ]", "blurhash": "UmQ9c#I;8}s+$$$hR;bIHXNet7j?xDslNfW=", "width": 2926, "height": 1756 } ], "tag": [ { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/kitten", "name": "#kitten" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/repl", "name": "#repl" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/shell", "name": "#shell" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/javascript", "name": "#javascript" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/database", "name": "#database" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/JavaScriptDatabase", "name": "#JavaScriptDatabase" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/jsdb", "name": "#jsdb" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/SmallTechnologyFoundation", "name": "#SmallTechnologyFoundation" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/sitejs", "name": "#sitejs" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/hugo", "name": "#hugo" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/web", "name": "#web" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/dev", "name": "#dev" }, { "type": "Hashtag", "href": "https://mastodon.ar.al/tags/nodejs", "name": "#nodejs" } ], "replies": { "id": "https://mastodon.ar.al/users/aral/statuses/113980351341953395/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.ar.al/users/aral/statuses/113980351341953395/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.ar.al/users/aral/statuses/113980351341953395/replies", "items": [] } }, "likes": { "id": "https://mastodon.ar.al/users/aral/statuses/113980351341953395/likes", "type": "Collection", "totalItems": 7 }, "shares": { "id": "https://mastodon.ar.al/users/aral/statuses/113980351341953395/shares", "type": "Collection", "totalItems": 4 } }