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",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage"
}
],
"id": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811",
"type": "Note",
"summary": null,
"inReplyTo": "https://functional.cafe/users/jackdaniel/statuses/113521269455778869",
"published": "2024-11-21T13:55:46Z",
"url": "https://functional.cafe/@jackdaniel/113521285300293811",
"attributedTo": "https://functional.cafe/users/jackdaniel",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://functional.cafe/users/jackdaniel/followers"
],
"sensitive": false,
"atomUri": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811",
"inReplyToAtomUri": "https://functional.cafe/users/jackdaniel/statuses/113521269455778869",
"conversation": "tag:functional.cafe,2024-11-21:objectId=44803479:objectType=Conversation",
"content": "<p>And the source code for ad-hoc matrix drawing:</p><p>(define-border-type :matrix (stream left top right bottom)<br /> (draw-polygon* stream<br /> (list (+ left 15) top<br /> (- left 5) top<br /> (- left 5) bottom<br /> (+ left 15) bottom)<br /> :filled nil :closed nil<br /> :line-thickness 2)<br /> (draw-polygon* stream<br /> (list (- right 15) top<br /> (+ right 5) top<br /> (+ right 5) bottom<br /> (- right 15) bottom)<br /> :filled nil :closed nil<br /> :line-thickness 2))</p><p>(defun test-tabling ()<br /> ;(window-clear *win*)<br /> (format *win* "Hello ")<br /> (loop repeat 2 do<br /> (with-text-family (*win* :fix)<br /> (surrounding-output-with-border (*win* :shape :matrix)<br /> (formatting-table (*win*)<br /> (loop for row from 0 below 3 do<br /> (formatting-row (*win*)<br /> (loop for col from 0 below 3 do<br /> (formatting-cell (*win*)<br /> (princ (format nil "~,2f"(random 100.0)) *win*))))))))<br /> (princ " " *win*))<br /> (format *win* " world.~%")<br /> (format *win* "the next line!~%"))</p>",
"contentMap": {
"en": "<p>And the source code for ad-hoc matrix drawing:</p><p>(define-border-type :matrix (stream left top right bottom)<br /> (draw-polygon* stream<br /> (list (+ left 15) top<br /> (- left 5) top<br /> (- left 5) bottom<br /> (+ left 15) bottom)<br /> :filled nil :closed nil<br /> :line-thickness 2)<br /> (draw-polygon* stream<br /> (list (- right 15) top<br /> (+ right 5) top<br /> (+ right 5) bottom<br /> (- right 15) bottom)<br /> :filled nil :closed nil<br /> :line-thickness 2))</p><p>(defun test-tabling ()<br /> ;(window-clear *win*)<br /> (format *win* "Hello ")<br /> (loop repeat 2 do<br /> (with-text-family (*win* :fix)<br /> (surrounding-output-with-border (*win* :shape :matrix)<br /> (formatting-table (*win*)<br /> (loop for row from 0 below 3 do<br /> (formatting-row (*win*)<br /> (loop for col from 0 below 3 do<br /> (formatting-cell (*win*)<br /> (princ (format nil "~,2f"(random 100.0)) *win*))))))))<br /> (princ " " *win*))<br /> (format *win* " world.~%")<br /> (format *win* "the next line!~%"))</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811/replies?only_other_accounts=true&page=true",
"partOf": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811/replies",
"items": []
}
},
"likes": {
"id": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://functional.cafe/users/jackdaniel/statuses/113521285300293811/shares",
"type": "Collection",
"totalItems": 1
}
}