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",
"litepub": "http://litepub.social/ns#",
"directMessage": "litepub:directMessage",
"Hashtag": "as:Hashtag"
}
],
"id": "https://infosec.exchange/users/cmars/statuses/111710754521454903",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-01-06T19:53:59Z",
"url": "https://infosec.exchange/@cmars/111710754521454903",
"attributedTo": "https://infosec.exchange/users/cmars",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://infosec.exchange/users/cmars/followers"
],
"sensitive": false,
"atomUri": "https://infosec.exchange/users/cmars/statuses/111710754521454903",
"inReplyToAtomUri": null,
"conversation": "tag:infosec.exchange,2024-01-06:objectId=123311858:objectType=Conversation",
"content": "<p>Learning some <a href=\"https://infosec.exchange/tags/dartlang\" class=\"mention hashtag\" rel=\"tag\">#<span>dartlang</span></a> for my <a href=\"https://infosec.exchange/tags/Veilid\" class=\"mention hashtag\" rel=\"tag\">#<span>Veilid</span></a> powered app. It's going to build on <a href=\"https://infosec.exchange/tags/ddcp\" class=\"mention hashtag\" rel=\"tag\">#<span>ddcp</span></a> , my <a href=\"https://gitlab.com/cmars232/ddcp\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">cr-sqlite replication layer for Veilid</a>.</p><p>Dart's weird for sure, but not too unfamiliar. I dabbled with Tauri, but the build times were too long, and I just couldn't get excited about building a JS web app.</p>",
"contentMap": {
"en": "<p>Learning some <a href=\"https://infosec.exchange/tags/dartlang\" class=\"mention hashtag\" rel=\"tag\">#<span>dartlang</span></a> for my <a href=\"https://infosec.exchange/tags/Veilid\" class=\"mention hashtag\" rel=\"tag\">#<span>Veilid</span></a> powered app. It's going to build on <a href=\"https://infosec.exchange/tags/ddcp\" class=\"mention hashtag\" rel=\"tag\">#<span>ddcp</span></a> , my <a href=\"https://gitlab.com/cmars232/ddcp\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">cr-sqlite replication layer for Veilid</a>.</p><p>Dart's weird for sure, but not too unfamiliar. I dabbled with Tauri, but the build times were too long, and I just couldn't get excited about building a JS web app.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/dartlang",
"name": "#dartlang"
},
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/veilid",
"name": "#veilid"
},
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/ddcp",
"name": "#ddcp"
}
],
"replies": {
"id": "https://infosec.exchange/users/cmars/statuses/111710754521454903/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://infosec.exchange/users/cmars/statuses/111710754521454903/replies?only_other_accounts=true&page=true",
"partOf": "https://infosec.exchange/users/cmars/statuses/111710754521454903/replies",
"items": []
}
},
"likes": {
"id": "https://infosec.exchange/users/cmars/statuses/111710754521454903/likes",
"type": "Collection",
"totalItems": 2
},
"shares": {
"id": "https://infosec.exchange/users/cmars/statuses/111710754521454903/shares",
"type": "Collection",
"totalItems": 2
}
}