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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://bitbang.social/users/thelastpsion/statuses/113202830990205387",
"type": "Note",
"summary": null,
"inReplyTo": "https://bitbang.social/users/thelastpsion/statuses/113200262824503488",
"published": "2024-09-26T08:08:39Z",
"url": "https://bitbang.social/@thelastpsion/113202830990205387",
"attributedTo": "https://bitbang.social/users/thelastpsion",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://bitbang.social/users/thelastpsion/followers"
],
"sensitive": false,
"atomUri": "https://bitbang.social/users/thelastpsion/statuses/113202830990205387",
"inReplyToAtomUri": "https://bitbang.social/users/thelastpsion/statuses/113200262824503488",
"conversation": "tag:bitbang.social,2024-09-25:objectId=26556943:objectType=Conversation",
"content": "<p>Tiny bit more <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a> done before I get on with $dayjob.</p><p>Question for <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> (and maybe <a href=\"https://bitbang.social/tags/Delphi\" class=\"mention hashtag\" rel=\"tag\">#<span>Delphi</span></a>) people: Is there a better way to add multiple copies of the same item to a TList<> than a `for` loop with TList<>.Add()? It's only ever empty entries, so it would be even better if I could just bump the count up.</p><p>Anyway, last night's and this morning's changes/fixes are now on GitHub.</p><p><a href=\"https://bitbang.social/tags/ObjectPascal\" class=\"mention hashtag\" rel=\"tag\">#<span>ObjectPascal</span></a> <a href=\"https://bitbang.social/tags/Pascal\" class=\"mention hashtag\" rel=\"tag\">#<span>Pascal</span></a></p>",
"contentMap": {
"en": "<p>Tiny bit more <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a> done before I get on with $dayjob.</p><p>Question for <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> (and maybe <a href=\"https://bitbang.social/tags/Delphi\" class=\"mention hashtag\" rel=\"tag\">#<span>Delphi</span></a>) people: Is there a better way to add multiple copies of the same item to a TList<> than a `for` loop with TList<>.Add()? It's only ever empty entries, so it would be even better if I could just bump the count up.</p><p>Anyway, last night's and this morning's changes/fixes are now on GitHub.</p><p><a href=\"https://bitbang.social/tags/ObjectPascal\" class=\"mention hashtag\" rel=\"tag\">#<span>ObjectPascal</span></a> <a href=\"https://bitbang.social/tags/Pascal\" class=\"mention hashtag\" rel=\"tag\">#<span>Pascal</span></a></p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.bitbang.social/media_attachments/files/113/202/773/257/498/547/original/d4620c7714b1bf26.png",
"name": "Screenshot of some Object Pascal code. The top highlighted area is a record being manually reset to defaults. The lower highlighted area shows a for loop repeatedly adding the same blank method (`TList<>.Add()`) for as many times as is needed.",
"blurhash": "U168Kv?^0KNGX:.9?vozI]K5yDtm%$I;M{of",
"focalPoint": [
-0.03,
-0.63
],
"width": 608,
"height": 447
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/pascal",
"name": "#pascal"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/objectpascal",
"name": "#objectpascal"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/delphi",
"name": "#delphi"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/freepascal",
"name": "#freepascal"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/ctran",
"name": "#ctran"
}
],
"replies": {
"id": "https://bitbang.social/users/thelastpsion/statuses/113202830990205387/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bitbang.social/users/thelastpsion/statuses/113202830990205387/replies?only_other_accounts=true&page=true",
"partOf": "https://bitbang.social/users/thelastpsion/statuses/113202830990205387/replies",
"items": []
}
}
}