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/109405842948018415",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/tenderlove/statuses/109385714491299479",
"published": "2022-11-25T18:24:39Z",
"url": "https://ruby.social/@nick_evans/109405842948018415",
"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/109405842948018415",
"inReplyToAtomUri": "https://mastodon.social/users/tenderlove/statuses/109385714491299479",
"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'm guessing (and a quick code search seems to confirm) that it's used for i18n domain names. I don't have any real experience with IDNA, punycode, nameprep, etc, but I did recently need a pure ruby saslprep. That led to a partial implementation of stringprep... which now ships with the latest `net-imap` release.</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'm guessing (and a quick code search seems to confirm) that it's used for i18n domain names. I don't have any real experience with IDNA, punycode, nameprep, etc, but I did recently need a pure ruby saslprep. That led to a partial implementation of stringprep... which now ships with the latest `net-imap` release.</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/109405842948018415/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://ruby.social/users/nick_evans/statuses/109405842948018415/replies?min_id=109405876746365201&page=true",
"partOf": "https://ruby.social/users/nick_evans/statuses/109405842948018415/replies",
"items": [
"https://ruby.social/users/nick_evans/statuses/109405876746365201"
]
}
},
"likes": {
"id": "https://ruby.social/users/nick_evans/statuses/109405842948018415/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://ruby.social/users/nick_evans/statuses/109405842948018415/shares",
"type": "Collection",
"totalItems": 0
}
}