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://twit.social/users/brass75/statuses/113289135157433847",
"type": "Note",
"summary": null,
"inReplyTo": "https://twit.social/users/brass75/statuses/113284573021887211",
"published": "2024-10-11T13:56:56Z",
"url": "https://twit.social/@brass75/113289135157433847",
"attributedTo": "https://twit.social/users/brass75",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://twit.social/users/brass75/followers"
],
"sensitive": false,
"atomUri": "https://twit.social/users/brass75/statuses/113289135157433847",
"inReplyToAtomUri": "https://twit.social/users/brass75/statuses/113284573021887211",
"conversation": "tag:twit.social,2024-10-10:objectId=90711105:objectType=Conversation",
"content": "<p>So I figured it out - it's a 2 part problem:<br />1. `git_status` takes a long time (no matter what repo I'm in)<br />2. `git_branch` takes an indeterminate amount of time based on the repo I'm in. <br />If I'm not in the ginormous repo it's OK without `git_status`<br />If I'm in the ginormous repo its molasses. Thankfully I don't work much in the ginormous repo so it's OK. <br />With that, the ZSH prompt I have gives me that info without a huge performance penalty.<br /><a href=\"https://twit.social/tags/starship\" class=\"mention hashtag\" rel=\"tag\">#<span>starship</span></a></p>",
"contentMap": {
"en": "<p>So I figured it out - it's a 2 part problem:<br />1. `git_status` takes a long time (no matter what repo I'm in)<br />2. `git_branch` takes an indeterminate amount of time based on the repo I'm in. <br />If I'm not in the ginormous repo it's OK without `git_status`<br />If I'm in the ginormous repo its molasses. Thankfully I don't work much in the ginormous repo so it's OK. <br />With that, the ZSH prompt I have gives me that info without a huge performance penalty.<br /><a href=\"https://twit.social/tags/starship\" class=\"mention hashtag\" rel=\"tag\">#<span>starship</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://twit.social/tags/starship",
"name": "#starship"
}
],
"replies": {
"id": "https://twit.social/users/brass75/statuses/113289135157433847/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://twit.social/users/brass75/statuses/113289135157433847/replies?only_other_accounts=true&page=true",
"partOf": "https://twit.social/users/brass75/statuses/113289135157433847/replies",
"items": []
}
},
"likes": {
"id": "https://twit.social/users/brass75/statuses/113289135157433847/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://twit.social/users/brass75/statuses/113289135157433847/shares",
"type": "Collection",
"totalItems": 0
}
}