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://bitbang.social/users/thelastpsion/statuses/113243667372009985",
"type": "Note",
"summary": null,
"inReplyTo": "https://bitbang.social/users/thelastpsion/statuses/113243631687487088",
"published": "2024-10-03T13:13:53Z",
"url": "https://bitbang.social/@thelastpsion/113243667372009985",
"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/113243667372009985",
"inReplyToAtomUri": "https://bitbang.social/users/thelastpsion/statuses/113243631687487088",
"conversation": "tag:bitbang.social,2024-10-03:objectId=26945229:objectType=Conversation",
"content": "<p>I'm ashamed to say that <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a> still doesn't have proper unit testing.</p><p>I'll be honest, I've been putting off learning how to use the frameworks available for <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> - FPCUnit and FPTest (leaning towards the latter). I get the feeling I'm going to have to restructure the project to use them, hence my reluctance.</p><p>I had planned to start recreating another set of Psion SDK tools (EMAKE, EREMAKE and EDUMP), but proper testing needs to take priority.</p>",
"contentMap": {
"en": "<p>I'm ashamed to say that <a href=\"https://bitbang.social/tags/ctran\" class=\"mention hashtag\" rel=\"tag\">#<span>ctran</span></a> still doesn't have proper unit testing.</p><p>I'll be honest, I've been putting off learning how to use the frameworks available for <a href=\"https://bitbang.social/tags/FreePascal\" class=\"mention hashtag\" rel=\"tag\">#<span>FreePascal</span></a> - FPCUnit and FPTest (leaning towards the latter). I get the feeling I'm going to have to restructure the project to use them, hence my reluctance.</p><p>I had planned to start recreating another set of Psion SDK tools (EMAKE, EREMAKE and EDUMP), but proper testing needs to take priority.</p>"
},
"attachment": [],
"tag": [
{
"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/113243667372009985/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bitbang.social/users/thelastpsion/statuses/113243667372009985/replies?min_id=113245139680267241&page=true",
"partOf": "https://bitbang.social/users/thelastpsion/statuses/113243667372009985/replies",
"items": [
"https://bitbang.social/users/thelastpsion/statuses/113245139680267241"
]
}
}
}