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/113442708387106042",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-07T16:52:37Z",
"url": "https://social.jvns.ca/@b0rk/113442708387106042",
"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/113442708387106042",
"inReplyToAtomUri": null,
"conversation": "tag:jvns.ca,2024-11-07:objectId=774181:objectType=Conversation",
"content": "<p>I feel for my personal machine, configuration in the terminal is really just about configuring:</p><p>1. vim<br />2. git<br />3. fish (mostly just env vars / PATH / aliases)<br />4. ssh (just keys)</p><p>For almost everything else I just learn to live with the defaults, it took me probably 15 years to learn to configure vim in a way that I like and in general I don't really have the patience to manage a lot of config</p>",
"contentMap": {
"en": "<p>I feel for my personal machine, configuration in the terminal is really just about configuring:</p><p>1. vim<br />2. git<br />3. fish (mostly just env vars / PATH / aliases)<br />4. ssh (just keys)</p><p>For almost everything else I just learn to live with the defaults, it took me probably 15 years to learn to configure vim in a way that I like and in general I don't really have the patience to manage a lot of config</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113442708387106042/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.jvns.ca/users/b0rk/statuses/113442708387106042/replies?min_id=113442728265436772&page=true",
"partOf": "https://social.jvns.ca/users/b0rk/statuses/113442708387106042/replies",
"items": [
"https://social.jvns.ca/users/b0rk/statuses/113442728265436772"
]
}
},
"likes": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113442708387106042/likes",
"type": "Collection",
"totalItems": 91
},
"shares": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113442708387106042/shares",
"type": "Collection",
"totalItems": 12
}
}