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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.social/users/anatudor/statuses/110717227538607585",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-07-15T08:47:00Z",
"url": "https://mastodon.social/@anatudor/110717227538607585",
"attributedTo": "https://mastodon.social/users/anatudor",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/anatudor/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/anatudor/statuses/110717227538607585",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2023-07-15:objectId=490557582:objectType=Conversation",
"content": "<p>How did I miss this?! Firefox got support for `roundRect()` a couple of months ago, so now all major browsers support it! 😻 </p><p>I've been wanting this for quite a while as I had to manually create <a href=\"https://mastodon.social/tags/canvas\" class=\"mention hashtag\" rel=\"tag\">#<span>canvas</span></a> rounded rectangles out of corner arcs and edge lines before - such a pain!</p><p><a href=\"https://mastodon.social/tags/js\" class=\"mention hashtag\" rel=\"tag\">#<span>js</span></a> <a href=\"https://mastodon.social/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://mastodon.social/tags/frontend\" class=\"mention hashtag\" rel=\"tag\">#<span>frontend</span></a> <a href=\"https://mastodon.social/tags/webDev\" class=\"mention hashtag\" rel=\"tag\">#<span>webDev</span></a> <a href=\"https://mastodon.social/tags/webDevelopment\" class=\"mention hashtag\" rel=\"tag\">#<span>webDevelopment</span></a></p>",
"contentMap": {
"en": "<p>How did I miss this?! Firefox got support for `roundRect()` a couple of months ago, so now all major browsers support it! 😻 </p><p>I've been wanting this for quite a while as I had to manually create <a href=\"https://mastodon.social/tags/canvas\" class=\"mention hashtag\" rel=\"tag\">#<span>canvas</span></a> rounded rectangles out of corner arcs and edge lines before - such a pain!</p><p><a href=\"https://mastodon.social/tags/js\" class=\"mention hashtag\" rel=\"tag\">#<span>js</span></a> <a href=\"https://mastodon.social/tags/coding\" class=\"mention hashtag\" rel=\"tag\">#<span>coding</span></a> <a href=\"https://mastodon.social/tags/frontend\" class=\"mention hashtag\" rel=\"tag\">#<span>frontend</span></a> <a href=\"https://mastodon.social/tags/webDev\" class=\"mention hashtag\" rel=\"tag\">#<span>webDev</span></a> <a href=\"https://mastodon.social/tags/webDevelopment\" class=\"mention hashtag\" rel=\"tag\">#<span>webDevelopment</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/110/717/225/650/663/908/original/10646777a22f8906.png",
"name": "JS Syntax: roundRect(x, y, width, height, radii)\n\nParameters\nx: The x-axis coordinate of the rectangle's starting point, in pixels.\n\ny: The y-axis coordinate of the rectangle's starting point, in pixels.\n\nwidth: The rectangle's width. Positive values are to the right, and negative to the left.\n\nheight: The rectangle's height. Positive values are down, and negative are up.\n\nradii: A number or list specifying the radii of the circular arc to be used for the corners of the rectangle. The number and order of the radii function in the same way as the border-radius CSS property when width and height are positive.",
"blurhash": "U15hY|~qj[xuITt7%Mxa_3t7%Mt7WBofofxu",
"focalPoint": [
0,
0
],
"width": 680,
"height": 644
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/canvas",
"name": "#canvas"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/js",
"name": "#js"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/coding",
"name": "#coding"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/frontend",
"name": "#frontend"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/webdev",
"name": "#webdev"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/webdevelopment",
"name": "#webdevelopment"
}
],
"replies": {
"id": "https://mastodon.social/users/anatudor/statuses/110717227538607585/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/anatudor/statuses/110717227538607585/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/anatudor/statuses/110717227538607585/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/anatudor/statuses/110717227538607585/likes",
"type": "Collection",
"totalItems": 6
},
"shares": {
"id": "https://mastodon.social/users/anatudor/statuses/110717227538607585/shares",
"type": "Collection",
"totalItems": 0
}
}