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://social.jvns.ca/users/b0rk/statuses/109665406861234903",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-01-10T14:35:10Z",
"url": "https://social.jvns.ca/@b0rk/109665406861234903",
"attributedTo": "https://social.jvns.ca/users/b0rk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.jvns.ca/users/b0rk/followers"
],
"sensitive": false,
"atomUri": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903",
"inReplyToAtomUri": null,
"conversation": "tag:jvns.ca,2023-01-10:objectId=3:objectType=Conversation",
"content": "<p>working on setting up a personal mastodon instance, following these directions: <a href=\"https://jacobian.org/til/my-mastodon-instance/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">jacobian.org/til/my-mastodon-i</span><span class=\"invisible\">nstance/</span></a></p><p>doing this because I own the domain for my blog, so why not for mastodon too?</p>",
"contentMap": {
"en": "<p>working on setting up a personal mastodon instance, following these directions: <a href=\"https://jacobian.org/til/my-mastodon-instance/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">jacobian.org/til/my-mastodon-i</span><span class=\"invisible\">nstance/</span></a></p><p>doing this because I own the domain for my blog, so why not for mastodon too?</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903/replies?min_id=109665520574270889&page=true",
"partOf": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903/replies",
"items": [
"https://social.jvns.ca/users/b0rk/statuses/109665520574270889"
]
}
},
"likes": {
"id": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903/likes",
"type": "Collection",
"totalItems": 15
},
"shares": {
"id": "https://social.jvns.ca/users/b0rk/statuses/109665406861234903/shares",
"type": "Collection",
"totalItems": 1
}
}