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://colquitt.xyz/users/daniel/statuses/113715104322618918",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-12-25T19:26:30Z",
"url": "https://colquitt.xyz/@daniel/113715104322618918",
"attributedTo": "https://colquitt.xyz/users/daniel",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://colquitt.xyz/users/daniel/followers"
],
"sensitive": false,
"atomUri": "https://colquitt.xyz/users/daniel/statuses/113715104322618918",
"inReplyToAtomUri": null,
"conversation": "tag:colquitt.xyz,2024-12-25:objectId=108234:objectType=Conversation",
"content": "<p>A question for <a href=\"https://colquitt.xyz/tags/mastodev\" class=\"mention hashtag\" rel=\"tag\">#<span>mastodev</span></a> / <a href=\"https://colquitt.xyz/tags/mastoadmin\" class=\"mention hashtag\" rel=\"tag\">#<span>mastoadmin</span></a> / <a href=\"https://colquitt.xyz/tags/selfhost\" class=\"mention hashtag\" rel=\"tag\">#<span>selfhost</span></a> (please boost for reach if you don’t know the answer).</p><p>My instance seems to be making an excessive number of S3 API calls & I’m trying to trace the cause, focusing on tootctl for the moment.</p><p>Naïvely looking at the code, am I right in thinking that `tootctl media remove` should only be making one API call per object (DeleteObject)? AFAIK, tootctl looks up the metadata in paperclip & then makes a single API call to delete the object.</p><p>🧵 1/2</p>",
"contentMap": {
"en": "<p>A question for <a href=\"https://colquitt.xyz/tags/mastodev\" class=\"mention hashtag\" rel=\"tag\">#<span>mastodev</span></a> / <a href=\"https://colquitt.xyz/tags/mastoadmin\" class=\"mention hashtag\" rel=\"tag\">#<span>mastoadmin</span></a> / <a href=\"https://colquitt.xyz/tags/selfhost\" class=\"mention hashtag\" rel=\"tag\">#<span>selfhost</span></a> (please boost for reach if you don’t know the answer).</p><p>My instance seems to be making an excessive number of S3 API calls & I’m trying to trace the cause, focusing on tootctl for the moment.</p><p>Naïvely looking at the code, am I right in thinking that `tootctl media remove` should only be making one API call per object (DeleteObject)? AFAIK, tootctl looks up the metadata in paperclip & then makes a single API call to delete the object.</p><p>🧵 1/2</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://colquitt.xyz/tags/mastodev",
"name": "#mastodev"
},
{
"type": "Hashtag",
"href": "https://colquitt.xyz/tags/mastoadmin",
"name": "#mastoadmin"
},
{
"type": "Hashtag",
"href": "https://colquitt.xyz/tags/selfhost",
"name": "#selfhost"
}
],
"replies": {
"id": "https://colquitt.xyz/users/daniel/statuses/113715104322618918/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://colquitt.xyz/users/daniel/statuses/113715104322618918/replies?min_id=113715125053484017&page=true",
"partOf": "https://colquitt.xyz/users/daniel/statuses/113715104322618918/replies",
"items": [
"https://colquitt.xyz/users/daniel/statuses/113715125053484017"
]
}
},
"likes": {
"id": "https://colquitt.xyz/users/daniel/statuses/113715104322618918/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://colquitt.xyz/users/daniel/statuses/113715104322618918/shares",
"type": "Collection",
"totalItems": 10
}
}