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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://mastodon.mauve.moe/users/mauve/statuses/111967664399082027",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.mauve.moe/users/mauve/statuses/111967068469072651",
"published": "2024-02-21T04:49:32Z",
"url": "https://mastodon.mauve.moe/@mauve/111967664399082027",
"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/111967664399082027",
"inReplyToAtomUri": "https://mastodon.mauve.moe/users/mauve/statuses/111967068469072651",
"conversation": "tag:mastodon.mauve.moe,2024-02-21:objectId=698974:objectType=Conversation",
"content": "<p>Suuuper rough sketch for anyone interested. Basically we'll have a list of accounts you follow in localStorage, then ingest their outboxes into this. Then we'll set up fully p2p identities and use the <a href=\"https://mastodon.mauve.moe/tags/DistributedPress\" class=\"mention hashtag\" rel=\"tag\">#<span>DistributedPress</span></a> <a href=\"https://mastodon.mauve.moe/tags/SocialInbox\" class=\"mention hashtag\" rel=\"tag\">#<span>SocialInbox</span></a> as another source to ingest stuff like followers only posts and replies from people you don't follow.</p><p><a href=\"https://github.com/hyphacoop/reader.distributed.press/pull/3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/hyphacoop/reader.di</span><span class=\"invisible\">stributed.press/pull/3</span></a></p>",
"contentMap": {
"en": "<p>Suuuper rough sketch for anyone interested. Basically we'll have a list of accounts you follow in localStorage, then ingest their outboxes into this. Then we'll set up fully p2p identities and use the <a href=\"https://mastodon.mauve.moe/tags/DistributedPress\" class=\"mention hashtag\" rel=\"tag\">#<span>DistributedPress</span></a> <a href=\"https://mastodon.mauve.moe/tags/SocialInbox\" class=\"mention hashtag\" rel=\"tag\">#<span>SocialInbox</span></a> as another source to ingest stuff like followers only posts and replies from people you don't follow.</p><p><a href=\"https://github.com/hyphacoop/reader.distributed.press/pull/3\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/hyphacoop/reader.di</span><span class=\"invisible\">stributed.press/pull/3</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.mauve.moe/tags/DistributedPress",
"name": "#DistributedPress"
},
{
"type": "Hashtag",
"href": "https://mastodon.mauve.moe/tags/SocialInbox",
"name": "#SocialInbox"
}
],
"replies": {
"id": "https://mastodon.mauve.moe/users/mauve/statuses/111967664399082027/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.mauve.moe/users/mauve/statuses/111967664399082027/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.mauve.moe/users/mauve/statuses/111967664399082027/replies",
"items": []
}
}
}