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://leds.social/users/morgan/statuses/110057505840829140",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-03-20T20:31:06Z",
"url": "https://leds.social/@morgan/110057505840829140",
"attributedTo": "https://leds.social/users/morgan",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://leds.social/users/morgan/followers"
],
"sensitive": false,
"atomUri": "https://leds.social/users/morgan/statuses/110057505840829140",
"inReplyToAtomUri": null,
"conversation": "tag:leds.social,2023-03-20:objectId=324227:objectType=Conversation",
"content": "<p>Something I've been needing for a couple weeks and finally got a minute to hack up a prototype. I want to be able to send clients previews of work without the back and forth of 'now with 4 columns, how about with 5?' Basic web view using <a href=\"https://leds.social/tags/threejs\" class=\"mention hashtag\" rel=\"tag\">#<span>threejs</span></a> and a <a href=\"https://leds.social/tags/flask\" class=\"mention hashtag\" rel=\"tag\">#<span>flask</span></a> backend to load <a href=\"https://leds.social/tags/freecad\" class=\"mention hashtag\" rel=\"tag\">#<span>freecad</span></a> models, adjust parameters based on user input and return an STL for the view. This is about 45min of hacking, so pretty pleased with the potential.</p>",
"contentMap": {
"en": "<p>Something I've been needing for a couple weeks and finally got a minute to hack up a prototype. I want to be able to send clients previews of work without the back and forth of 'now with 4 columns, how about with 5?' Basic web view using <a href=\"https://leds.social/tags/threejs\" class=\"mention hashtag\" rel=\"tag\">#<span>threejs</span></a> and a <a href=\"https://leds.social/tags/flask\" class=\"mention hashtag\" rel=\"tag\">#<span>flask</span></a> backend to load <a href=\"https://leds.social/tags/freecad\" class=\"mention hashtag\" rel=\"tag\">#<span>freecad</span></a> models, adjust parameters based on user input and return an STL for the view. This is about 45min of hacking, so pretty pleased with the potential.</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "video/mp4",
"url": "https://cdn.masto.host/ledssocial/media_attachments/files/110/057/500/890/895/797/original/9d7d90e30cb9ab65.mp4",
"name": "The video shows a basic web page with a 3d rendering of a piece of extrusion with holes at regular intervals. At the value is changed from 10 to 15 the models reloads with the new amount. Same with 25 and 2.",
"blurhash": "U8IY5?_3IU-;00?bD%%MD%%MD%t7D%ayxuRj",
"focalPoint": [
0,
0
],
"width": 1280,
"height": 720
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://leds.social/tags/threejs",
"name": "#threejs"
},
{
"type": "Hashtag",
"href": "https://leds.social/tags/flask",
"name": "#flask"
},
{
"type": "Hashtag",
"href": "https://leds.social/tags/freecad",
"name": "#freecad"
}
],
"replies": {
"id": "https://leds.social/users/morgan/statuses/110057505840829140/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://leds.social/users/morgan/statuses/110057505840829140/replies?min_id=110062938650091898&page=true",
"partOf": "https://leds.social/users/morgan/statuses/110057505840829140/replies",
"items": [
"https://leds.social/users/morgan/statuses/110062938650091898"
]
}
},
"likes": {
"id": "https://leds.social/users/morgan/statuses/110057505840829140/likes",
"type": "Collection",
"totalItems": 9
},
"shares": {
"id": "https://leds.social/users/morgan/statuses/110057505840829140/shares",
"type": "Collection",
"totalItems": 5
}
}