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/thomy2000/statuses/112026846856171596",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-03-02T15:40:25Z",
"url": "https://fosstodon.org/@thomy2000/112026846856171596",
"attributedTo": "https://fosstodon.org/users/thomy2000",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/thomy2000/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2024-03-02:objectId=189325752:objectType=Conversation",
"content": "<p>How do you quickly "learn" a new codebase? Grep and find? Language server? Documentation? Version control history? Browsing the code on a Git remote?</p><p>Where do you start? The main method? Somewhere at the bottom and work your way up the code? Module per module? Something else?</p><p>I want to get better at this. Any advice is welcome.</p><p><a href=\"https://fosstodon.org/tags/development\" class=\"mention hashtag\" rel=\"tag\">#<span>development</span></a> <a href=\"https://fosstodon.org/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://fosstodon.org/tags/askfedi\" class=\"mention hashtag\" rel=\"tag\">#<span>askfedi</span></a></p>",
"contentMap": {
"en": "<p>How do you quickly "learn" a new codebase? Grep and find? Language server? Documentation? Version control history? Browsing the code on a Git remote?</p><p>Where do you start? The main method? Somewhere at the bottom and work your way up the code? Module per module? Something else?</p><p>I want to get better at this. Any advice is welcome.</p><p><a href=\"https://fosstodon.org/tags/development\" class=\"mention hashtag\" rel=\"tag\">#<span>development</span></a> <a href=\"https://fosstodon.org/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a> <a href=\"https://fosstodon.org/tags/askfedi\" class=\"mention hashtag\" rel=\"tag\">#<span>askfedi</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/development",
"name": "#development"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/programming",
"name": "#programming"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/askfedi",
"name": "#askfedi"
}
],
"replies": {
"id": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596/replies?min_id=112026864535553460&page=true",
"partOf": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596/replies",
"items": [
"https://fosstodon.org/users/thomy2000/statuses/112026864535553460"
]
}
},
"likes": {
"id": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://fosstodon.org/users/thomy2000/statuses/112026846856171596/shares",
"type": "Collection",
"totalItems": 1
}
}