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://joshuastrobl.social/users/me/collections/featured",
"type": "OrderedCollection",
"totalItems": 1,
"orderedItems": [
{
"id": "https://joshuastrobl.social/users/me/statuses/113477809147120445",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-13T21:39:13Z",
"url": "https://joshuastrobl.social/@me/113477809147120445",
"attributedTo": "https://joshuastrobl.social/users/me",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://joshuastrobl.social/users/me/followers"
],
"sensitive": false,
"atomUri": "https://joshuastrobl.social/users/me/statuses/113477809147120445",
"inReplyToAtomUri": null,
"conversation": "tag:joshuastrobl.social,2024-11-13:objectId=2997842:objectType=Conversation",
"content": "<p>Had an idea to keep a rolling list of what I hack on each day (outside of the day job), whether it be big or small development efforts. So launched that today 🚀 </p><p><a href=\"https://joshuastrobl.com/todays-dev\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">joshuastrobl.com/todays-dev</span><span class=\"invisible\"></span></a> with first one up at <a href=\"https://joshuastrobl.com/todays-dev/1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">joshuastrobl.com/todays-dev/1</span><span class=\"invisible\"></span></a></p><p>Right now I have it set up in a similar way to my blog, written with MDX files, but I imagine I will put it behind Sanity or something maybe even simpler, so I can more easily write on the go and maybe write some custom apps around it.</p><p>Idea isn't to replace my blogs, rather complement it with shorter form, less formal updates that I would like to be less ephemeral than social media posts end up being.</p><p><a href=\"https://joshuastrobl.social/tags/SoftwareEngineering\" class=\"mention hashtag\" rel=\"tag\">#<span>SoftwareEngineering</span></a> <a href=\"https://joshuastrobl.social/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a></p>",
"contentMap": {
"en": "<p>Had an idea to keep a rolling list of what I hack on each day (outside of the day job), whether it be big or small development efforts. So launched that today 🚀 </p><p><a href=\"https://joshuastrobl.com/todays-dev\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">joshuastrobl.com/todays-dev</span><span class=\"invisible\"></span></a> with first one up at <a href=\"https://joshuastrobl.com/todays-dev/1\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">joshuastrobl.com/todays-dev/1</span><span class=\"invisible\"></span></a></p><p>Right now I have it set up in a similar way to my blog, written with MDX files, but I imagine I will put it behind Sanity or something maybe even simpler, so I can more easily write on the go and maybe write some custom apps around it.</p><p>Idea isn't to replace my blogs, rather complement it with shorter form, less formal updates that I would like to be less ephemeral than social media posts end up being.</p><p><a href=\"https://joshuastrobl.social/tags/SoftwareEngineering\" class=\"mention hashtag\" rel=\"tag\">#<span>SoftwareEngineering</span></a> <a href=\"https://joshuastrobl.social/tags/dev\" class=\"mention hashtag\" rel=\"tag\">#<span>dev</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://joshuastrobl.social/tags/softwareengineering",
"name": "#softwareengineering"
},
{
"type": "Hashtag",
"href": "https://joshuastrobl.social/tags/dev",
"name": "#dev"
}
],
"replies": {
"id": "https://joshuastrobl.social/users/me/statuses/113477809147120445/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://joshuastrobl.social/users/me/statuses/113477809147120445/replies?only_other_accounts=true&page=true",
"partOf": "https://joshuastrobl.social/users/me/statuses/113477809147120445/replies",
"items": []
}
},
"likes": {
"id": "https://joshuastrobl.social/users/me/statuses/113477809147120445/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://joshuastrobl.social/users/me/statuses/113477809147120445/shares",
"type": "Collection",
"totalItems": 1
}
}
]
}