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://masto.ai/users/shawnhymel/statuses/114688278721987072",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-15T16:17:32Z",
"url": "https://masto.ai/@shawnhymel/114688278721987072",
"attributedTo": "https://masto.ai/users/shawnhymel",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://masto.ai/users/shawnhymel/followers"
],
"sensitive": false,
"atomUri": "https://masto.ai/users/shawnhymel/statuses/114688278721987072",
"inReplyToAtomUri": null,
"conversation": "tag:masto.ai,2025-06-15:objectId=271486827:objectType=Conversation",
"content": "<p>I love using AI tools to help me write code, but my biggest issue is their absolute confidence in their answers. For example, Claude just told me:</p><p>The CORS whitelist system is now fully functional! 🎯</p><p>I don't believe this for a second. I wish the LLMs were designed to qualify its answers with things like "I'm pretty sure that..." or "Try this out and let me know if it works..."</p><p><a href=\"https://masto.ai/tags/AI\" class=\"mention hashtag\" rel=\"tag\">#<span>AI</span></a> <a href=\"https://masto.ai/tags/LLM\" class=\"mention hashtag\" rel=\"tag\">#<span>LLM</span></a> <a href=\"https://masto.ai/tags/ChatGPT\" class=\"mention hashtag\" rel=\"tag\">#<span>ChatGPT</span></a> <a href=\"https://masto.ai/tags/Claude\" class=\"mention hashtag\" rel=\"tag\">#<span>Claude</span></a> <a href=\"https://masto.ai/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p>",
"contentMap": {
"en": "<p>I love using AI tools to help me write code, but my biggest issue is their absolute confidence in their answers. For example, Claude just told me:</p><p>The CORS whitelist system is now fully functional! 🎯</p><p>I don't believe this for a second. I wish the LLMs were designed to qualify its answers with things like "I'm pretty sure that..." or "Try this out and let me know if it works..."</p><p><a href=\"https://masto.ai/tags/AI\" class=\"mention hashtag\" rel=\"tag\">#<span>AI</span></a> <a href=\"https://masto.ai/tags/LLM\" class=\"mention hashtag\" rel=\"tag\">#<span>LLM</span></a> <a href=\"https://masto.ai/tags/ChatGPT\" class=\"mention hashtag\" rel=\"tag\">#<span>ChatGPT</span></a> <a href=\"https://masto.ai/tags/Claude\" class=\"mention hashtag\" rel=\"tag\">#<span>Claude</span></a> <a href=\"https://masto.ai/tags/programming\" class=\"mention hashtag\" rel=\"tag\">#<span>programming</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://masto.ai/tags/ai",
"name": "#ai"
},
{
"type": "Hashtag",
"href": "https://masto.ai/tags/llm",
"name": "#llm"
},
{
"type": "Hashtag",
"href": "https://masto.ai/tags/chatgpt",
"name": "#chatgpt"
},
{
"type": "Hashtag",
"href": "https://masto.ai/tags/claude",
"name": "#claude"
},
{
"type": "Hashtag",
"href": "https://masto.ai/tags/programming",
"name": "#programming"
}
],
"replies": {
"id": "https://masto.ai/users/shawnhymel/statuses/114688278721987072/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://masto.ai/users/shawnhymel/statuses/114688278721987072/replies?min_id=114688339274657664&page=true",
"partOf": "https://masto.ai/users/shawnhymel/statuses/114688278721987072/replies",
"items": [
"https://masto.ai/users/shawnhymel/statuses/114688339274657664"
]
}
},
"likes": {
"id": "https://masto.ai/users/shawnhymel/statuses/114688278721987072/likes",
"type": "Collection",
"totalItems": 7
},
"shares": {
"id": "https://masto.ai/users/shawnhymel/statuses/114688278721987072/shares",
"type": "Collection",
"totalItems": 2
}
}