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://mastodon.social/users/ddoomen/statuses/113425223839679942",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/ddoomen/statuses/113425219389479151",
"published": "2024-11-04T14:46:04Z",
"url": "https://mastodon.social/@ddoomen/113425223839679942",
"attributedTo": "https://mastodon.social/users/ddoomen",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/ddoomen/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/ddoomen/statuses/113425223839679942",
"inReplyToAtomUri": "https://mastodon.social/users/ddoomen/statuses/113425219389479151",
"conversation": "tag:mastodon.social,2024-11-04:objectId=839391737:objectType=Conversation",
"content": "<p>...and tidy. We use <a href=\"https://mastodon.social/tags/codingguidelines\" class=\"mention hashtag\" rel=\"tag\">#<span>codingguidelines</span></a>, automated style checkers, and auto-formatting tools to strive for that consistency. But the reality is that achieving complete <a href=\"https://mastodon.social/tags/consistency\" class=\"mention hashtag\" rel=\"tag\">#<span>consistency</span></a> is nearly impossible. Guidelines and <a href=\"https://mastodon.social/tags/patterns\" class=\"mention hashtag\" rel=\"tag\">#<span>patterns</span></a> evolve over time due to new insights, improved language features, or better frameworks. For example, in <a href=\"https://mastodon.social/tags/FluentAssertions\" class=\"mention hashtag\" rel=\"tag\">#<span>FluentAssertions</span></a>, we switched the naming conventions for tests from a "when-something-it-should-do-something" style to a more fact-based naming convention... (cont'd)</p>",
"contentMap": {
"en": "<p>...and tidy. We use <a href=\"https://mastodon.social/tags/codingguidelines\" class=\"mention hashtag\" rel=\"tag\">#<span>codingguidelines</span></a>, automated style checkers, and auto-formatting tools to strive for that consistency. But the reality is that achieving complete <a href=\"https://mastodon.social/tags/consistency\" class=\"mention hashtag\" rel=\"tag\">#<span>consistency</span></a> is nearly impossible. Guidelines and <a href=\"https://mastodon.social/tags/patterns\" class=\"mention hashtag\" rel=\"tag\">#<span>patterns</span></a> evolve over time due to new insights, improved language features, or better frameworks. For example, in <a href=\"https://mastodon.social/tags/FluentAssertions\" class=\"mention hashtag\" rel=\"tag\">#<span>FluentAssertions</span></a>, we switched the naming conventions for tests from a "when-something-it-should-do-something" style to a more fact-based naming convention... (cont'd)</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/CodingGuidelines",
"name": "#CodingGuidelines"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/consistency",
"name": "#consistency"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/patterns",
"name": "#patterns"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/fluentassertions",
"name": "#fluentassertions"
}
],
"replies": {
"id": "https://mastodon.social/users/ddoomen/statuses/113425223839679942/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/ddoomen/statuses/113425223839679942/replies?min_id=113425224402463086&page=true",
"partOf": "https://mastodon.social/users/ddoomen/statuses/113425223839679942/replies",
"items": [
"https://mastodon.social/users/ddoomen/statuses/113425224402463086"
]
}
},
"likes": {
"id": "https://mastodon.social/users/ddoomen/statuses/113425223839679942/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/ddoomen/statuses/113425223839679942/shares",
"type": "Collection",
"totalItems": 0
}
}