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.green/users/KingmaYpe/statuses/112507528044400873",
"type": "Note",
"summary": null,
"inReplyTo": "https://zombofant.net/users/jssfr/statuses/112501056139247703",
"published": "2024-05-26T13:03:58Z",
"url": "https://mastodon.green/@KingmaYpe/112507528044400873",
"attributedTo": "https://mastodon.green/users/KingmaYpe",
"to": [
"https://mastodon.green/users/KingmaYpe/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public",
"https://zombofant.net/users/jssfr"
],
"sensitive": false,
"atomUri": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873",
"inReplyToAtomUri": "https://zombofant.net/users/jssfr/statuses/112501056139247703",
"conversation": "tag:zombofant.net,2024-05-23:objectId=259260:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://zombofant.net/@jssfr\" class=\"u-url mention\">@<span>jssfr</span></a></span> </p><p>I tried a few variations with Borrow, using a borrowed key with two &str reference fields. But the borrowed key has to be part of the key itself, so the key gets too far too big. That's probably the original problem here.</p><p>Fortunately getting rid of these references is easy with the unique symbols provided by string interning:<br /><a href=\"https://docs.rs/string-interner/latest/string_interner/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.rs/string-interner/latest</span><span class=\"invisible\">/string_interner/</span></a></p>",
"contentMap": {
"nl": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://zombofant.net/@jssfr\" class=\"u-url mention\">@<span>jssfr</span></a></span> </p><p>I tried a few variations with Borrow, using a borrowed key with two &str reference fields. But the borrowed key has to be part of the key itself, so the key gets too far too big. That's probably the original problem here.</p><p>Fortunately getting rid of these references is easy with the unique symbols provided by string interning:<br /><a href=\"https://docs.rs/string-interner/latest/string_interner/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.rs/string-interner/latest</span><span class=\"invisible\">/string_interner/</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://zombofant.net/users/jssfr",
"name": "@jssfr@zombofant.net"
}
],
"replies": {
"id": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.green/users/KingmaYpe/statuses/112507528044400873/shares",
"type": "Collection",
"totalItems": 0
}
}