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://nerdculture.de/users/ndlhlz/statuses/111444740578679688",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-11-20T20:22:42Z",
"url": "https://nerdculture.de/@ndlhlz/111444740578679688",
"attributedTo": "https://nerdculture.de/users/ndlhlz",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://nerdculture.de/users/ndlhlz/followers"
],
"sensitive": false,
"atomUri": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688",
"inReplyToAtomUri": null,
"conversation": "tag:nerdculture.de,2023-11-20:objectId=91984852:objectType=Conversation",
"content": "<p>I just discovered a "<a href=\"https://nerdculture.de/tags/Job\" class=\"mention hashtag\" rel=\"tag\">#<span>Job</span></a>" that consists of a single <a href=\"https://nerdculture.de/tags/SQL\" class=\"mention hashtag\" rel=\"tag\">#<span>SQL</span></a>. The <a href=\"https://nerdculture.de/tags/query\" class=\"mention hashtag\" rel=\"tag\">#<span>query</span></a> uses just two nested <a href=\"https://nerdculture.de/tags/selects\" class=\"mention hashtag\" rel=\"tag\">#<span>selects</span></a>. So far so good.<br />The nested select uses all but one table from the first one. It's running through 6 tables.<br />It uses "<a href=\"https://nerdculture.de/tags/distinct\" class=\"mention hashtag\" rel=\"tag\">#<span>distinct</span></a>" instead if "group by" and a grand total of 31 "AND" Conditions in the "WHERE" part.<br />It runs at least 4:30h.<br />Humankind deserves its extinction.</p>",
"contentMap": {
"de": "<p>I just discovered a "<a href=\"https://nerdculture.de/tags/Job\" class=\"mention hashtag\" rel=\"tag\">#<span>Job</span></a>" that consists of a single <a href=\"https://nerdculture.de/tags/SQL\" class=\"mention hashtag\" rel=\"tag\">#<span>SQL</span></a>. The <a href=\"https://nerdculture.de/tags/query\" class=\"mention hashtag\" rel=\"tag\">#<span>query</span></a> uses just two nested <a href=\"https://nerdculture.de/tags/selects\" class=\"mention hashtag\" rel=\"tag\">#<span>selects</span></a>. So far so good.<br />The nested select uses all but one table from the first one. It's running through 6 tables.<br />It uses "<a href=\"https://nerdculture.de/tags/distinct\" class=\"mention hashtag\" rel=\"tag\">#<span>distinct</span></a>" instead if "group by" and a grand total of 31 "AND" Conditions in the "WHERE" part.<br />It runs at least 4:30h.<br />Humankind deserves its extinction.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://nerdculture.de/tags/job",
"name": "#job"
},
{
"type": "Hashtag",
"href": "https://nerdculture.de/tags/sql",
"name": "#sql"
},
{
"type": "Hashtag",
"href": "https://nerdculture.de/tags/query",
"name": "#query"
},
{
"type": "Hashtag",
"href": "https://nerdculture.de/tags/selects",
"name": "#selects"
},
{
"type": "Hashtag",
"href": "https://nerdculture.de/tags/distinct",
"name": "#distinct"
}
],
"replies": {
"id": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688/replies?only_other_accounts=true&page=true",
"partOf": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688/replies",
"items": []
}
},
"likes": {
"id": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://nerdculture.de/users/ndlhlz/statuses/111444740578679688/shares",
"type": "Collection",
"totalItems": 1
}
}