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://a11y.info/users/jakobrosin/statuses/109451317268106193/activity",
"type": "Create",
"actor": "https://a11y.info/users/jakobrosin",
"published": "2022-12-03T19:09:22Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://a11y.info/users/jakobrosin/followers"
],
"object": {
"id": "https://a11y.info/users/jakobrosin/statuses/109451317268106193",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-12-03T19:09:22Z",
"url": "https://a11y.info/@jakobrosin/109451317268106193",
"attributedTo": "https://a11y.info/users/jakobrosin",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://a11y.info/users/jakobrosin/followers"
],
"sensitive": false,
"atomUri": "https://a11y.info/users/jakobrosin/statuses/109451317268106193",
"inReplyToAtomUri": null,
"conversation": "tag:a11y.info,2022-12-03:objectId=573147:objectType=Conversation",
"content": "<p>I'm auditing a website. I don't understand what makes people build a button in javascript. It looks like a completely normal html button, but three quarters of the button's behavior was forgotten to be written. The result is that those who only use the keyboard, or are screen reader users cannot press this button, or in some cases do not know that the button is there at all. Don't do that. <button> is fine. And if not, learn how to build buttons before you start tinkering. <a href=\"https://a11y.info/tags/rant\" class=\"mention hashtag\" rel=\"tag\">#<span>rant</span></a> <a href=\"https://a11y.info/tags/accessibility\" class=\"mention hashtag\" rel=\"tag\">#<span>accessibility</span></a></p>",
"contentMap": {
"en": "<p>I'm auditing a website. I don't understand what makes people build a button in javascript. It looks like a completely normal html button, but three quarters of the button's behavior was forgotten to be written. The result is that those who only use the keyboard, or are screen reader users cannot press this button, or in some cases do not know that the button is there at all. Don't do that. <button> is fine. And if not, learn how to build buttons before you start tinkering. <a href=\"https://a11y.info/tags/rant\" class=\"mention hashtag\" rel=\"tag\">#<span>rant</span></a> <a href=\"https://a11y.info/tags/accessibility\" class=\"mention hashtag\" rel=\"tag\">#<span>accessibility</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://a11y.info/tags/rant",
"name": "#rant"
},
{
"type": "Hashtag",
"href": "https://a11y.info/tags/accessibility",
"name": "#accessibility"
}
],
"replies": {
"id": "https://a11y.info/users/jakobrosin/statuses/109451317268106193/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://a11y.info/users/jakobrosin/statuses/109451317268106193/replies?min_id=109451330161947829&page=true",
"partOf": "https://a11y.info/users/jakobrosin/statuses/109451317268106193/replies",
"items": [
"https://a11y.info/users/jakobrosin/statuses/109451330161947829"
]
}
},
"likes": {
"id": "https://a11y.info/users/jakobrosin/statuses/109451317268106193/likes",
"type": "Collection",
"totalItems": 13
},
"shares": {
"id": "https://a11y.info/users/jakobrosin/statuses/109451317268106193/shares",
"type": "Collection",
"totalItems": 11
}
}
}