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"
}
],
"id": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355",
"type": "Note",
"summary": null,
"inReplyTo": "https://social.vivaldi.net/users/pelavarre/statuses/113561743372920671",
"published": "2024-11-28T17:25:31Z",
"url": "https://social.vivaldi.net/@pelavarre/113561746227970355",
"attributedTo": "https://social.vivaldi.net/users/pelavarre",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.vivaldi.net/users/pelavarre/followers"
],
"sensitive": false,
"atomUri": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355",
"inReplyToAtomUri": "https://social.vivaldi.net/users/pelavarre/statuses/113561743372920671",
"conversation": "tag:vivaldi.net,2024-11-28:objectId=217366200:objectType=Conversation",
"content": "<p>> I know our every guess will sometimes be wrong. I’m talking here to add your experience into mine to improve how often I guess correctly</p><p>The trouble I've seen most surprise people is the chop down to 7 or 8 bits</p><p>Like macOS & Linux will substitute 0 for multiples of 256</p><p> $ python3 -c 'import subprocess; run = subprocess.run(["python3", "-c" "import sys; sys.exit(5 * 0x100)"]); print(f"+ exit {run.returncode}")'<br /> + exit 0<br /> $</p><p>Same thing happens when I write the Subprocess in C</p><p> $ cat c.c<br /> # include <stdlib.h><br /> int main(int argc, char *argv[]) {<br /> int returncode = atoi(argv[1]);<br /> return returncode;<br /> }<br /> $</p>",
"contentMap": {
"en": "<p>> I know our every guess will sometimes be wrong. I’m talking here to add your experience into mine to improve how often I guess correctly</p><p>The trouble I've seen most surprise people is the chop down to 7 or 8 bits</p><p>Like macOS & Linux will substitute 0 for multiples of 256</p><p> $ python3 -c 'import subprocess; run = subprocess.run(["python3", "-c" "import sys; sys.exit(5 * 0x100)"]); print(f"+ exit {run.returncode}")'<br /> + exit 0<br /> $</p><p>Same thing happens when I write the Subprocess in C</p><p> $ cat c.c<br /> # include <stdlib.h><br /> int main(int argc, char *argv[]) {<br /> int returncode = atoi(argv[1]);<br /> return returncode;<br /> }<br /> $</p>"
},
"updated": "2024-11-28T17:28:53Z",
"attachment": [],
"tag": [],
"replies": {
"id": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355/replies?min_id=113561765199116476&page=true",
"partOf": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355/replies",
"items": [
"https://social.vivaldi.net/users/pelavarre/statuses/113561765199116476"
]
}
},
"likes": {
"id": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://social.vivaldi.net/users/pelavarre/statuses/113561746227970355/shares",
"type": "Collection",
"totalItems": 0
}
}