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.social/users/kelseyhightower/statuses/109423191464099942",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/kelseyhightower/statuses/109423158171097675",
"published": "2022-11-28T19:56:37Z",
"url": "https://mastodon.social/@kelseyhightower/109423191464099942",
"attributedTo": "https://mastodon.social/users/kelseyhightower",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/kelseyhightower/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942",
"inReplyToAtomUri": "https://mastodon.social/users/kelseyhightower/statuses/109423158171097675",
"conversation": "tag:mastodon.social,2022-11-28:objectId=344966378:objectType=Conversation",
"content": "<p>The thing that makes testing that particular set of code hard is because net.Interface is a type and not an interface which would make it much easier for me to pass in my own implementation. There is no way for me to implement the Addrs() method for testing. <a href=\"https://mastodon.social/tags/Golang\" class=\"mention hashtag\" rel=\"tag\">#<span>Golang</span></a></p>",
"contentMap": {
"en": "<p>The thing that makes testing that particular set of code hard is because net.Interface is a type and not an interface which would make it much easier for me to pass in my own implementation. There is no way for me to implement the Addrs() method for testing. <a href=\"https://mastodon.social/tags/Golang\" class=\"mention hashtag\" rel=\"tag\">#<span>Golang</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/golang",
"name": "#golang"
}
],
"replies": {
"id": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942/replies?min_id=109423235134061124&page=true",
"partOf": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942/replies",
"items": [
"https://mastodon.social/users/kelseyhightower/statuses/109423235134061124"
]
}
},
"likes": {
"id": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942/likes",
"type": "Collection",
"totalItems": 19
},
"shares": {
"id": "https://mastodon.social/users/kelseyhightower/statuses/109423191464099942/shares",
"type": "Collection",
"totalItems": 2
}
}