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://fosstodon.org/users/ololduck/statuses/113522707688661223",
"type": "Note",
"summary": null,
"inReplyTo": "https://social.jvns.ca/users/b0rk/statuses/113522523450205145",
"published": "2024-11-21T19:57:30Z",
"url": "https://fosstodon.org/@ololduck/113522707688661223",
"attributedTo": "https://fosstodon.org/users/ololduck",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/ololduck/followers",
"https://social.jvns.ca/users/b0rk"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/ololduck/statuses/113522707688661223",
"inReplyToAtomUri": "https://social.jvns.ca/users/b0rk/statuses/113522523450205145",
"conversation": "tag:jvns.ca,2024-11-21:objectId=786688:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> I've been searching for a detailed explanation on _how_ they are different since i saw your post, and could not find any definitive answer.</p><p>I always thought they were implemented the same way in the shell (except, well, the file creation part that is necessary in the case of redirects, of course). I may be mistaken, but i think i recall that redirecting to a file on a full filesystem also produces an IO error followed by the "broken pipe" message? I'm not sure.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> I've been searching for a detailed explanation on _how_ they are different since i saw your post, and could not find any definitive answer.</p><p>I always thought they were implemented the same way in the shell (except, well, the file creation part that is necessary in the case of redirects, of course). I may be mistaken, but i think i recall that redirecting to a file on a full filesystem also produces an IO error followed by the "broken pipe" message? I'm not sure.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://social.jvns.ca/users/b0rk",
"name": "@b0rk@jvns.ca"
}
],
"replies": {
"id": "https://fosstodon.org/users/ololduck/statuses/113522707688661223/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/ololduck/statuses/113522707688661223/replies?min_id=113522714678446020&page=true",
"partOf": "https://fosstodon.org/users/ololduck/statuses/113522707688661223/replies",
"items": [
"https://fosstodon.org/users/ololduck/statuses/113522714678446020"
]
}
},
"likes": {
"id": "https://fosstodon.org/users/ololduck/statuses/113522707688661223/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://fosstodon.org/users/ololduck/statuses/113522707688661223/shares",
"type": "Collection",
"totalItems": 0
}
}