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.social/users/sil/statuses/109286450796260159",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-04T16:21:40Z",
"url": "https://mastodon.social/@sil/109286450796260159",
"attributedTo": "https://mastodon.social/users/sil",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/sil/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/sil/statuses/109286450796260159",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2022-11-04:objectId=325352497:objectType=Conversation",
"content": "<p>Has anyone written a single-person Mastodon server? <a href=\"https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">blog.joinmastodon.org/2018/06/</span><span class=\"invisible\">how-to-implement-a-basic-activitypub-server/</span></a> seems like it would be the kernel of such a thing, and takes the right approach where since there's only one user you can hardcode a bunch of stuff. I feel like "here's five PHP files that use SQLite, put them in a folder in your webspace and now you're on Mastodon and can follow people and send posts" would be nice, and avoid server overload problems, but I don't know if it's that simple. <a href=\"https://mastodon.social/@Gargron/100254678717223630\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.social/@Gargron/10025</span><span class=\"invisible\">4678717223630</span></a></p>",
"contentMap": {
"en": "<p>Has anyone written a single-person Mastodon server? <a href=\"https://blog.joinmastodon.org/2018/06/how-to-implement-a-basic-activitypub-server/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">blog.joinmastodon.org/2018/06/</span><span class=\"invisible\">how-to-implement-a-basic-activitypub-server/</span></a> seems like it would be the kernel of such a thing, and takes the right approach where since there's only one user you can hardcode a bunch of stuff. I feel like "here's five PHP files that use SQLite, put them in a folder in your webspace and now you're on Mastodon and can follow people and send posts" would be nice, and avoid server overload problems, but I don't know if it's that simple. <a href=\"https://mastodon.social/@Gargron/100254678717223630\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.social/@Gargron/10025</span><span class=\"invisible\">4678717223630</span></a></p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/sil/statuses/109286450796260159/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/sil/statuses/109286450796260159/replies?min_id=109290388273276889&page=true",
"partOf": "https://mastodon.social/users/sil/statuses/109286450796260159/replies",
"items": [
"https://mastodon.social/users/sil/statuses/109290388273276889"
]
}
},
"likes": {
"id": "https://mastodon.social/users/sil/statuses/109286450796260159/likes",
"type": "Collection",
"totalItems": 32
},
"shares": {
"id": "https://mastodon.social/users/sil/statuses/109286450796260159/shares",
"type": "Collection",
"totalItems": 12
}
}