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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://chaos.social/users/scy/statuses/113797673656959012",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-01-09T09:24:58Z",
"url": "https://chaos.social/@scy/113797673656959012",
"attributedTo": "https://chaos.social/users/scy",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://chaos.social/users/scy/followers"
],
"sensitive": false,
"atomUri": "https://chaos.social/users/scy/statuses/113797673656959012",
"inReplyToAtomUri": null,
"conversation": "tag:chaos.social,2025-01-09:objectId=235091449:objectType=Conversation",
"content": "<p>Is there some kind of file <a href=\"https://chaos.social/tags/storage\" class=\"mention hashtag\" rel=\"tag\">#<span>storage</span></a> that does delta compression? I'd love to have a file <a href=\"https://chaos.social/tags/archive\" class=\"mention hashtag\" rel=\"tag\">#<span>archive</span></a> with</p><p>• revisions (i.e. changes to files are tracked)<br />• deduplication (identical files only take up space once)<br />• deltas (small changes to large files only take up the size of the difference)</p><p>Git would cover this, but doesn't work well with TBs of data. Backup software with delta support like Borg or restic can do it too, but have bad UX for tracking file revisions.</p><p><a href=\"https://chaos.social/tags/DataHoarding\" class=\"mention hashtag\" rel=\"tag\">#<span>DataHoarding</span></a> <a href=\"https://chaos.social/tags/archival\" class=\"mention hashtag\" rel=\"tag\">#<span>archival</span></a></p>",
"contentMap": {
"en": "<p>Is there some kind of file <a href=\"https://chaos.social/tags/storage\" class=\"mention hashtag\" rel=\"tag\">#<span>storage</span></a> that does delta compression? I'd love to have a file <a href=\"https://chaos.social/tags/archive\" class=\"mention hashtag\" rel=\"tag\">#<span>archive</span></a> with</p><p>• revisions (i.e. changes to files are tracked)<br />• deduplication (identical files only take up space once)<br />• deltas (small changes to large files only take up the size of the difference)</p><p>Git would cover this, but doesn't work well with TBs of data. Backup software with delta support like Borg or restic can do it too, but have bad UX for tracking file revisions.</p><p><a href=\"https://chaos.social/tags/DataHoarding\" class=\"mention hashtag\" rel=\"tag\">#<span>DataHoarding</span></a> <a href=\"https://chaos.social/tags/archival\" class=\"mention hashtag\" rel=\"tag\">#<span>archival</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://chaos.social/tags/storage",
"name": "#storage"
},
{
"type": "Hashtag",
"href": "https://chaos.social/tags/archive",
"name": "#archive"
},
{
"type": "Hashtag",
"href": "https://chaos.social/tags/datahoarding",
"name": "#datahoarding"
},
{
"type": "Hashtag",
"href": "https://chaos.social/tags/archival",
"name": "#archival"
}
],
"replies": {
"id": "https://chaos.social/users/scy/statuses/113797673656959012/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://chaos.social/users/scy/statuses/113797673656959012/replies?min_id=113797690262060432&page=true",
"partOf": "https://chaos.social/users/scy/statuses/113797673656959012/replies",
"items": [
"https://chaos.social/users/scy/statuses/113797690262060432"
]
}
},
"likes": {
"id": "https://chaos.social/users/scy/statuses/113797673656959012/likes",
"type": "Collection",
"totalItems": 13
},
"shares": {
"id": "https://chaos.social/users/scy/statuses/113797673656959012/shares",
"type": "Collection",
"totalItems": 10
}
}