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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.online/users/vijoc/statuses/113081027978716937",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-09-04T19:52:32Z",
"url": "https://mastodon.online/@vijoc/113081027978716937",
"attributedTo": "https://mastodon.online/users/vijoc",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.online/users/vijoc/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.online/users/vijoc/statuses/113081027978716937",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.online,2024-09-04:objectId=382544296:objectType=Conversation",
"content": "<p>Finally getting some hands-on experience with <a href=\"https://mastodon.online/tags/htmx\" class=\"mention hashtag\" rel=\"tag\">#<span>htmx</span></a> on a <a href=\"https://mastodon.online/tags/fsharp\" class=\"mention hashtag\" rel=\"tag\">#<span>fsharp</span></a> / Giraffe application for personal use. Still figuring out how I'd like to structure things, in particular the (light) sprinkle of JS for UX. As it's a simple application and I'd like to avoid any JS build steps, I'm currently considering one JS file per page with a script tag to load said file in the body of the page. For now it feels like going back ~10 years in web development, in a good way.</p><p>Anyone got experiences to share?</p>",
"contentMap": {
"en": "<p>Finally getting some hands-on experience with <a href=\"https://mastodon.online/tags/htmx\" class=\"mention hashtag\" rel=\"tag\">#<span>htmx</span></a> on a <a href=\"https://mastodon.online/tags/fsharp\" class=\"mention hashtag\" rel=\"tag\">#<span>fsharp</span></a> / Giraffe application for personal use. Still figuring out how I'd like to structure things, in particular the (light) sprinkle of JS for UX. As it's a simple application and I'd like to avoid any JS build steps, I'm currently considering one JS file per page with a script tag to load said file in the body of the page. For now it feels like going back ~10 years in web development, in a good way.</p><p>Anyone got experiences to share?</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.online/tags/htmx",
"name": "#htmx"
},
{
"type": "Hashtag",
"href": "https://mastodon.online/tags/fsharp",
"name": "#fsharp"
}
],
"replies": {
"id": "https://mastodon.online/users/vijoc/statuses/113081027978716937/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.online/users/vijoc/statuses/113081027978716937/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.online/users/vijoc/statuses/113081027978716937/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.online/users/vijoc/statuses/113081027978716937/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.online/users/vijoc/statuses/113081027978716937/shares",
"type": "Collection",
"totalItems": 1
}
}