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://social.tchncs.de/users/teleclimber/statuses/113505629835132113",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-18T19:34:23Z",
"url": "https://social.tchncs.de/@teleclimber/113505629835132113",
"attributedTo": "https://social.tchncs.de/users/teleclimber",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.tchncs.de/users/teleclimber/followers"
],
"sensitive": false,
"atomUri": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113",
"inReplyToAtomUri": null,
"conversation": "tag:social.tchncs.de,2024-11-18:objectId=192335789:objectType=Conversation",
"content": "<p>Hey <a href=\"https://social.tchncs.de/tags/developers\" class=\"mention hashtag\" rel=\"tag\">#<span>developers</span></a>, how do you keep track of the things you still have to work on / sort out before a particular feature/whatever is finished. These are issues that don't belong in Github/Gitlab/whatever issues because they are for code that hasn't even been pushed yet.</p><p>These are things that you might need to fix before committing, or perhaps before merging or these are things that will indeed have to become real Issues bc unresolved but for now they're just your problem.</p><p><a href=\"https://social.tchncs.de/tags/git\" class=\"mention hashtag\" rel=\"tag\">#<span>git</span></a> <a href=\"https://social.tchncs.de/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p><p>1/2</p>",
"contentMap": {
"en": "<p>Hey <a href=\"https://social.tchncs.de/tags/developers\" class=\"mention hashtag\" rel=\"tag\">#<span>developers</span></a>, how do you keep track of the things you still have to work on / sort out before a particular feature/whatever is finished. These are issues that don't belong in Github/Gitlab/whatever issues because they are for code that hasn't even been pushed yet.</p><p>These are things that you might need to fix before committing, or perhaps before merging or these are things that will indeed have to become real Issues bc unresolved but for now they're just your problem.</p><p><a href=\"https://social.tchncs.de/tags/git\" class=\"mention hashtag\" rel=\"tag\">#<span>git</span></a> <a href=\"https://social.tchncs.de/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p><p>1/2</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://social.tchncs.de/tags/developers",
"name": "#developers"
},
{
"type": "Hashtag",
"href": "https://social.tchncs.de/tags/git",
"name": "#git"
},
{
"type": "Hashtag",
"href": "https://social.tchncs.de/tags/programming",
"name": "#programming"
}
],
"replies": {
"id": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113/replies?min_id=113505648089954027&page=true",
"partOf": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113/replies",
"items": [
"https://social.tchncs.de/users/teleclimber/statuses/113505648089954027"
]
}
},
"likes": {
"id": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://social.tchncs.de/users/teleclimber/statuses/113505629835132113/shares",
"type": "Collection",
"totalItems": 2
}
}