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://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-12-20T11:38:37Z",
"url": "https://mastodon.bsd.cafe/@nuintari/113684953032953658",
"attributedTo": "https://mastodon.bsd.cafe/users/nuintari",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.bsd.cafe/users/nuintari/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658",
"inReplyToAtomUri": null,
"conversation": "tag:bsd.cafe,2024-12-20:objectId=11144016:objectType=Conversation",
"content": "<p>A word on how the bot works.</p><p>Bot is probably not the best term for it, because it is so dirt simple. It is literally just fortune piped to a perl script called cat4stuff which is executed via cron. It used to be called cat4mastodon, but I have since merged another script called cat4mm (as in MatterMost) into the same codebase. So it can be used to pipe command outputs to multiple destinations on multiple platform types now.</p><p>The Roman date bot works in a similar way, but instead of fortune, I execute a perl script called kalends that uses Date::Roman, and corrects a spelling error along the way. It also is piped to cat4stuff.</p><p>And before anyone asks, yes, the year is correct. It is the years since the founding of the city of Rome, which has nothing to do with the birth of a certain deity associated with the common era.</p>",
"contentMap": {
"en": "<p>A word on how the bot works.</p><p>Bot is probably not the best term for it, because it is so dirt simple. It is literally just fortune piped to a perl script called cat4stuff which is executed via cron. It used to be called cat4mastodon, but I have since merged another script called cat4mm (as in MatterMost) into the same codebase. So it can be used to pipe command outputs to multiple destinations on multiple platform types now.</p><p>The Roman date bot works in a similar way, but instead of fortune, I execute a perl script called kalends that uses Date::Roman, and corrects a spelling error along the way. It also is piped to cat4stuff.</p><p>And before anyone asks, yes, the year is correct. It is the years since the founding of the city of Rome, which has nothing to do with the birth of a certain deity associated with the common era.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658/likes",
"type": "Collection",
"totalItems": 11
},
"shares": {
"id": "https://mastodon.bsd.cafe/users/nuintari/statuses/113684953032953658/shares",
"type": "Collection",
"totalItems": 5
}
}