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/112712799836837523",
"type": "Note",
"summary": null,
"inReplyTo": "https://social.jvns.ca/users/b0rk/statuses/112712274749969967",
"published": "2024-07-01T19:07:17Z",
"url": "https://social.jvns.ca/@b0rk/112712799836837523",
"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/112712799836837523",
"inReplyToAtomUri": "https://social.jvns.ca/users/b0rk/statuses/112712274749969967",
"conversation": "tag:jvns.ca,2024-07-01:objectId=650285:objectType=Conversation",
"content": "<p>all these replies about what folks find confusing about the command line are GREAT, a few themes so far:</p><p>- redirection & piping (2>&1, >>, tee, etc)<br />- bad discoverability<br />- remembering keyboard shortcuts like ctrl+c<br />- searching history, esp with multiple shells open<br />- remembering PATH exists<br />- why do some things have autocomplete and others don’t<br />- escaping<br />- figuring out if something is being expanded by the terminal or the program<br />- editing a command you already typed in</p><p>(2/?)</p>",
"contentMap": {
"en": "<p>all these replies about what folks find confusing about the command line are GREAT, a few themes so far:</p><p>- redirection & piping (2>&1, >>, tee, etc)<br />- bad discoverability<br />- remembering keyboard shortcuts like ctrl+c<br />- searching history, esp with multiple shells open<br />- remembering PATH exists<br />- why do some things have autocomplete and others don’t<br />- escaping<br />- figuring out if something is being expanded by the terminal or the program<br />- editing a command you already typed in</p><p>(2/?)</p>"
},
"updated": "2024-07-01T19:14:20Z",
"attachment": [],
"tag": [],
"replies": {
"id": "https://social.jvns.ca/users/b0rk/statuses/112712799836837523/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.jvns.ca/users/b0rk/statuses/112712799836837523/replies?min_id=112712816344647268&page=true",
"partOf": "https://social.jvns.ca/users/b0rk/statuses/112712799836837523/replies",
"items": [
"https://social.jvns.ca/users/b0rk/statuses/112712816344647268"
]
}
},
"likes": {
"id": "https://social.jvns.ca/users/b0rk/statuses/112712799836837523/likes",
"type": "Collection",
"totalItems": 86
},
"shares": {
"id": "https://social.jvns.ca/users/b0rk/statuses/112712799836837523/shares",
"type": "Collection",
"totalItems": 16
}
}