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.
{
"@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://fosstodon.org/users/lume/statuses/113493621685611161",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/rdela/statuses/113493592791523276",
"published": "2024-11-16T16:40:33Z",
"url": "https://fosstodon.org/@lume/113493621685611161",
"attributedTo": "https://fosstodon.org/users/lume",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/lume/followers",
"https://mastodon.social/users/rdela",
"https://mastodon.gal/users/misteroom"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/lume/statuses/113493621685611161",
"inReplyToAtomUri": "https://mastodon.social/users/rdela/statuses/113493592791523276",
"conversation": "tag:mastodon.social,2024-11-16:objectId=849739128:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rdela\" class=\"u-url mention\">@<span>rdela</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gal/@misteroom\" class=\"u-url mention\">@<span>misteroom</span></a></span> Technically, a theme is just a plugin to setup other plugins and load remote files. So it's possible to create a theme to load another theme and override some remote files:</p><p>```js<br />export function myTheme() {<br /> return (site) => {<br /> site.use(simpleBlogTheme());<br /> site.remoteFile("styles.css", import.meta.resolve("overrided-styles.css");<br /> }<br />}<br />```</p><p>More about remote files: <a href=\"https://lume.land/docs/core/remote-files/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">lume.land/docs/core/remote-fil</span><span class=\"invisible\">es/</span></a></p><p>remote files used by simple blog: <a href=\"https://github.com/lumeland/theme-simple-blog/blob/main/mod.ts#L13-L41\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/lumeland/theme-simp</span><span class=\"invisible\">le-blog/blob/main/mod.ts#L13-L41</span></a></p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rdela\" class=\"u-url mention\">@<span>rdela</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.gal/@misteroom\" class=\"u-url mention\">@<span>misteroom</span></a></span> Technically, a theme is just a plugin to setup other plugins and load remote files. So it's possible to create a theme to load another theme and override some remote files:</p><p>```js<br />export function myTheme() {<br /> return (site) => {<br /> site.use(simpleBlogTheme());<br /> site.remoteFile("styles.css", import.meta.resolve("overrided-styles.css");<br /> }<br />}<br />```</p><p>More about remote files: <a href=\"https://lume.land/docs/core/remote-files/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">lume.land/docs/core/remote-fil</span><span class=\"invisible\">es/</span></a></p><p>remote files used by simple blog: <a href=\"https://github.com/lumeland/theme-simple-blog/blob/main/mod.ts#L13-L41\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/lumeland/theme-simp</span><span class=\"invisible\">le-blog/blob/main/mod.ts#L13-L41</span></a></p>"
},
"updated": "2024-11-16T16:42:25Z",
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/rdela",
"name": "@rdela@mastodon.social"
},
{
"type": "Mention",
"href": "https://mastodon.gal/users/misteroom",
"name": "@misteroom@mastodon.gal"
}
],
"replies": {
"id": "https://fosstodon.org/users/lume/statuses/113493621685611161/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/lume/statuses/113493621685611161/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/lume/statuses/113493621685611161/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/lume/statuses/113493621685611161/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://fosstodon.org/users/lume/statuses/113493621685611161/shares",
"type": "Collection",
"totalItems": 1
}
}