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/113248935039494650",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-10-04T11:33:31Z",
"url": "https://bitbang.social/@thelastpsion/113248935039494650",
"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/113248935039494650",
"inReplyToAtomUri": null,
"conversation": "tag:bitbang.social,2024-10-04:objectId=26994991:objectType=Conversation",
"content": "<p>Speed of different versions of <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a>, processing a DEMO category file.</p><p>- ctran-ng 0.0.1: 660ms<br />- ctran-ng (current dev): 390ms<br />- Psion ctran 3.43 : 110ms<br />- Psion ctran 5.02 : 280ms</p><p>A 32-bit <a href=\"https://bitbang.social/tags/DOS\" class=\"mention hashtag\" rel=\"tag\">#<span>DOS</span></a> <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> app (having to load CWSDPMI.EXE) will never be as fast as a 16-bit DOS C app, but it ain't bad. I'm pleased with the speed increase in the current version over 0.0.1 - better memory management using TList<> instead of concatenating arrays.</p><p>No idea why 5.02 is so much slower than 3.43.</p>",
"contentMap": {
"en": "<p>Speed of different versions of <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a>, processing a DEMO category file.</p><p>- ctran-ng 0.0.1: 660ms<br />- ctran-ng (current dev): 390ms<br />- Psion ctran 3.43 : 110ms<br />- Psion ctran 5.02 : 280ms</p><p>A 32-bit <a href=\"https://bitbang.social/tags/DOS\" class=\"mention hashtag\" rel=\"tag\">#<span>DOS</span></a> <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> app (having to load CWSDPMI.EXE) will never be as fast as a 16-bit DOS C app, but it ain't bad. I'm pleased with the speed increase in the current version over 0.0.1 - better memory management using TList<> instead of concatenating arrays.</p><p>No idea why 5.02 is so much slower than 3.43.</p>"
},
"updated": "2024-10-04T11:34:21Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.bitbang.social/media_attachments/files/113/248/914/399/636/097/original/5addc782f86501c7.png",
"name": null,
"blurhash": "U23bgn~q%MM{ocRjWBj]M{IoRkoz%Mt7ayWB",
"width": 1211,
"height": 948
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/freepascal",
"name": "#freepascal"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/dos",
"name": "#dos"
},
{
"type": "Hashtag",
"href": "https://bitbang.social/tags/ctran",
"name": "#ctran"
}
],
"replies": {
"id": "https://bitbang.social/users/thelastpsion/statuses/113248935039494650/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bitbang.social/users/thelastpsion/statuses/113248935039494650/replies?only_other_accounts=true&page=true",
"partOf": "https://bitbang.social/users/thelastpsion/statuses/113248935039494650/replies",
"items": []
}
}
}