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/aeveltstra/statuses/112377273858912065",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-05-03T12:58:37Z",
"url": "https://mastodon.social/@aeveltstra/112377273858912065",
"attributedTo": "https://mastodon.social/users/aeveltstra",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/aeveltstra/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2024-05-03:objectId=699317589:objectType=Conversation",
"content": "<p>Reflection considered harmful<br /> <br />In the <a href=\"https://mastodon.social/tags/java\" class=\"mention hashtag\" rel=\"tag\">#<span>java</span></a> and <a href=\"https://mastodon.social/tags/csharp\" class=\"mention hashtag\" rel=\"tag\">#<span>csharp</span></a> OOP programming languages, <a href=\"https://mastodon.social/tags/reflection\" class=\"mention hashtag\" rel=\"tag\">#<span>reflection</span></a> is used to not only review an object’s private fields and methods, but also to access and change them.<br /> <br />This is used for instance by large <a href=\"https://mastodon.social/tags/dependencyinjection\" class=\"mention hashtag\" rel=\"tag\">#<span>dependencyinjection</span></a> libraries and frameworks, by preprocessors, and of course by the standard library itself. <br /> <br />It is dangerous because it can break a class’ definition of what should be private and inaccessible. <br /> <br />Every programmer should know.</p>",
"contentMap": {
"en": "<p>Reflection considered harmful<br /> <br />In the <a href=\"https://mastodon.social/tags/java\" class=\"mention hashtag\" rel=\"tag\">#<span>java</span></a> and <a href=\"https://mastodon.social/tags/csharp\" class=\"mention hashtag\" rel=\"tag\">#<span>csharp</span></a> OOP programming languages, <a href=\"https://mastodon.social/tags/reflection\" class=\"mention hashtag\" rel=\"tag\">#<span>reflection</span></a> is used to not only review an object’s private fields and methods, but also to access and change them.<br /> <br />This is used for instance by large <a href=\"https://mastodon.social/tags/dependencyinjection\" class=\"mention hashtag\" rel=\"tag\">#<span>dependencyinjection</span></a> libraries and frameworks, by preprocessors, and of course by the standard library itself. <br /> <br />It is dangerous because it can break a class’ definition of what should be private and inaccessible. <br /> <br />Every programmer should know.</p>"
},
"updated": "2024-05-03T18:14:05Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/java",
"name": "#java"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/csharp",
"name": "#csharp"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/reflection",
"name": "#reflection"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/dependencyinjection",
"name": "#dependencyinjection"
}
],
"replies": {
"id": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://mastodon.social/users/aeveltstra/statuses/112377273858912065/shares",
"type": "Collection",
"totalItems": 4
}
}