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.mauve.moe/users/mauve/statuses/111021455799778722/replies",
"type": "Collection",
"first": {
"id": "https://mastodon.mauve.moe/users/mauve/statuses/111021455799778722/replies?page=true",
"type": "CollectionPage",
"next": "https://mastodon.mauve.moe/users/mauve/statuses/111021455799778722/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.mauve.moe/users/mauve/statuses/111021455799778722/replies",
"items": [
{
"id": "https://mastodon.mauve.moe/users/mauve/statuses/111021472683780253",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.mauve.moe/users/mauve/statuses/111021455799778722",
"published": "2023-09-07T02:20:33Z",
"url": "https://mastodon.mauve.moe/@mauve/111021472683780253",
"attributedTo": "https://mastodon.mauve.moe/users/mauve",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.mauve.moe/users/mauve/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.mauve.moe/users/mauve/statuses/111021472683780253",
"inReplyToAtomUri": "https://mastodon.mauve.moe/users/mauve/statuses/111021455799778722",
"conversation": "tag:mastodon.mauve.moe,2023-09-07:objectId=427962:objectType=Conversation",
"content": "<p>Fun fact, looks like our admin registration is going to use the same http auth mechanisms.</p><p>Here's how it looks:<br />- Keep list of admins in webmention format in the DB<br />- Admins talk to the API using signed HTTP requests<br />- API verifies requests by verifying the signatures</p><p>Cool side effects? No need for storing a password or issuing tokens or actual admin account data. We can also use wildcards in the list like `@*@hypha.coop` to allow any account from a given domain to have access.</p>",
"contentMap": {
"en": "<p>Fun fact, looks like our admin registration is going to use the same http auth mechanisms.</p><p>Here's how it looks:<br />- Keep list of admins in webmention format in the DB<br />- Admins talk to the API using signed HTTP requests<br />- API verifies requests by verifying the signatures</p><p>Cool side effects? No need for storing a password or issuing tokens or actual admin account data. We can also use wildcards in the list like `@*@hypha.coop` to allow any account from a given domain to have access.</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.mauve.moe/users/mauve/statuses/111021472683780253/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.mauve.moe/users/mauve/statuses/111021472683780253/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.mauve.moe/users/mauve/statuses/111021472683780253/replies",
"items": []
}
}
}
]
}
}