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://ruby.social/users/nick_evans/statuses/109405876746365201",
"type": "Note",
"summary": null,
"inReplyTo": "https://ruby.social/users/nick_evans/statuses/109405842948018415",
"published": "2022-11-25T18:33:15Z",
"url": "https://ruby.social/@nick_evans/109405876746365201",
"attributedTo": "https://ruby.social/users/nick_evans",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ruby.social/users/nick_evans/followers",
"https://mastodon.social/users/tenderlove",
"https://mastodon.social/users/headius"
],
"sensitive": false,
"atomUri": "https://ruby.social/users/nick_evans/statuses/109405876746365201",
"inReplyToAtomUri": "https://ruby.social/users/nick_evans/statuses/109405842948018415",
"conversation": "tag:mastodon.social,2022-11-21:objectId=338841363:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@tenderlove\" class=\"u-url mention\">@<span>tenderlove</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@headius\" class=\"u-url mention\">@<span>headius</span></a></span> I only really needed it for SASL (SCRAM-* and ANONYMOUS), so I stopped after implementing the `saslprep` and `trace` profiles. By my count, there are at least three (incomplete) SASL implementations in stdlib and another half dozen in various gems, which... kinda defeats the purpose of SASL. After I finish my net-imap SASL updates, I hope to port to net-smtp and net-pop.</p><p>It would be nice if the stringprep bits found wider applicability too.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@tenderlove\" class=\"u-url mention\">@<span>tenderlove</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@headius\" class=\"u-url mention\">@<span>headius</span></a></span> I only really needed it for SASL (SCRAM-* and ANONYMOUS), so I stopped after implementing the `saslprep` and `trace` profiles. By my count, there are at least three (incomplete) SASL implementations in stdlib and another half dozen in various gems, which... kinda defeats the purpose of SASL. After I finish my net-imap SASL updates, I hope to port to net-smtp and net-pop.</p><p>It would be nice if the stringprep bits found wider applicability too.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/tenderlove",
"name": "@tenderlove@mastodon.social"
},
{
"type": "Mention",
"href": "https://mastodon.social/users/headius",
"name": "@headius@mastodon.social"
}
],
"replies": {
"id": "https://ruby.social/users/nick_evans/statuses/109405876746365201/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nick_evans/statuses/109405876746365201/replies?min_id=109406868081320274&page=true",
"partOf": "https://ruby.social/users/nick_evans/statuses/109405876746365201/replies",
"items": [
"https://ruby.social/users/nick_evans/statuses/109406868081320274"
]
}
},
"likes": {
"id": "https://ruby.social/users/nick_evans/statuses/109405876746365201/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://ruby.social/users/nick_evans/statuses/109405876746365201/shares",
"type": "Collection",
"totalItems": 0
}
}