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://social.linux.pizza/users/jamesthebard/statuses/113940784340240903",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-03T15:59:53Z",
"url": "https://social.linux.pizza/@jamesthebard/113940784340240903",
"attributedTo": "https://social.linux.pizza/users/jamesthebard",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.linux.pizza/users/jamesthebard/followers"
],
"sensitive": false,
"atomUri": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903",
"inReplyToAtomUri": null,
"conversation": "tag:social.linux.pizza,2025-02-03:objectId=162930570:objectType=Conversation",
"content": "<p>Woooo, finished testing the input board with the Raspberry Pi Pico. I'm using `SPI0` for the input side and `SPI1` for the outputs. Everything looks good, and I'm running `SPI0`'s clock speed at 8 MHz which means I'm reading all of the inputs pretty quickly. Even ran the traces to the Pico on the PCB. I'll wait to run the output side until I get the adapter boards in. However, definitely progress. <a href=\"https://social.linux.pizza/tags/electronics\" class=\"mention hashtag\" rel=\"tag\">#<span>electronics</span></a> <a href=\"https://social.linux.pizza/tags/raspberryPiPico\" class=\"mention hashtag\" rel=\"tag\">#<span>raspberryPiPico</span></a></p>",
"contentMap": {
"en": "<p>Woooo, finished testing the input board with the Raspberry Pi Pico. I'm using `SPI0` for the input side and `SPI1` for the outputs. Everything looks good, and I'm running `SPI0`'s clock speed at 8 MHz which means I'm reading all of the inputs pretty quickly. Even ran the traces to the Pico on the PCB. I'll wait to run the output side until I get the adapter boards in. However, definitely progress. <a href=\"https://social.linux.pizza/tags/electronics\" class=\"mention hashtag\" rel=\"tag\">#<span>electronics</span></a> <a href=\"https://social.linux.pizza/tags/raspberryPiPico\" class=\"mention hashtag\" rel=\"tag\">#<span>raspberryPiPico</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://cdn.social.linux.pizza/system/media_attachments/files/113/940/782/597/663/731/original/025c4a8d50bf862c.png",
"name": "The updated PCB for the input board showing a few new traces connecting the inputs to the Pico.",
"blurhash": "U57T^DV?0#NFxbkBodV[0zt7={jYt2ofRlof",
"width": 3823,
"height": 2170
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/electronics",
"name": "#electronics"
},
{
"type": "Hashtag",
"href": "https://social.linux.pizza/tags/RaspberryPiPico",
"name": "#RaspberryPiPico"
}
],
"replies": {
"id": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903/replies?only_other_accounts=true&page=true",
"partOf": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903/replies",
"items": []
}
},
"likes": {
"id": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://social.linux.pizza/users/jamesthebard/statuses/113940784340240903/shares",
"type": "Collection",
"totalItems": 0
}
}