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://fosstodon.org/users/lack/statuses/109392135352764089",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-23T08:18:38Z",
"url": "https://fosstodon.org/@lack/109392135352764089",
"attributedTo": "https://fosstodon.org/users/lack",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/lack/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/lack/statuses/109392135352764089",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2022-11-23:objectId=62066623:objectType=Conversation",
"content": "<p>I'm currently implementing a control socket and related wayvncctl command line tool for <a href=\"https://fosstodon.org/tags/wayvnc\" class=\"mention hashtag\" rel=\"tag\">#<span>wayvnc</span></a>, and it's been a fun journey! Thought I'd share my (ongoing) experiences.</p><p>It all began, as all fun <a href=\"https://fosstodon.org/tags/OpenSource\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSource</span></a> projects begin, with an itch I needed to scratch....</p><p><a href=\"https://fosstodon.org/tags/OpenSource\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSource</span></a> <a href=\"https://fosstodon.org/tags/developer\" class=\"mention hashtag\" rel=\"tag\">#<span>developer</span></a> <a href=\"https://fosstodon.org/tags/OpenSourceSoftware\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSourceSoftware</span></a> <a href=\"https://fosstodon.org/tags/development\" class=\"mention hashtag\" rel=\"tag\">#<span>development</span></a> <a href=\"https://fosstodon.org/tags/stories\" class=\"mention hashtag\" rel=\"tag\">#<span>stories</span></a></p>",
"contentMap": {
"en": "<p>I'm currently implementing a control socket and related wayvncctl command line tool for <a href=\"https://fosstodon.org/tags/wayvnc\" class=\"mention hashtag\" rel=\"tag\">#<span>wayvnc</span></a>, and it's been a fun journey! Thought I'd share my (ongoing) experiences.</p><p>It all began, as all fun <a href=\"https://fosstodon.org/tags/OpenSource\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSource</span></a> projects begin, with an itch I needed to scratch....</p><p><a href=\"https://fosstodon.org/tags/OpenSource\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSource</span></a> <a href=\"https://fosstodon.org/tags/developer\" class=\"mention hashtag\" rel=\"tag\">#<span>developer</span></a> <a href=\"https://fosstodon.org/tags/OpenSourceSoftware\" class=\"mention hashtag\" rel=\"tag\">#<span>OpenSourceSoftware</span></a> <a href=\"https://fosstodon.org/tags/development\" class=\"mention hashtag\" rel=\"tag\">#<span>development</span></a> <a href=\"https://fosstodon.org/tags/stories\" class=\"mention hashtag\" rel=\"tag\">#<span>stories</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/wayvnc",
"name": "#wayvnc"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/opensource",
"name": "#opensource"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/developer",
"name": "#developer"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/opensourcesoftware",
"name": "#opensourcesoftware"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/development",
"name": "#development"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/stories",
"name": "#stories"
}
],
"replies": {
"id": "https://fosstodon.org/users/lack/statuses/109392135352764089/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/lack/statuses/109392135352764089/replies?min_id=109392200049225363&page=true",
"partOf": "https://fosstodon.org/users/lack/statuses/109392135352764089/replies",
"items": [
"https://fosstodon.org/users/lack/statuses/109392200049225363"
]
}
},
"likes": {
"id": "https://fosstodon.org/users/lack/statuses/109392135352764089/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://fosstodon.org/users/lack/statuses/109392135352764089/shares",
"type": "Collection",
"totalItems": 0
}
}