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"
}
],
"id": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-11-22T18:20:15Z",
"url": "https://social.jvns.ca/@b0rk/113527987631115421",
"attributedTo": "https://social.jvns.ca/users/b0rk",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://social.jvns.ca/users/b0rk/followers"
],
"sensitive": false,
"atomUri": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421",
"inReplyToAtomUri": null,
"conversation": "tag:jvns.ca,2024-11-22:objectId=788426:objectType=Conversation",
"content": "<p>has anyone built a tool for indexing and searching your own Mastodon posts? some notes:</p><p>a) I mostly just want to search my own posts, maybe also people's replies to me<br />b) I'm aware of (and sometimes use) mastodon's elasticsearch support, but it only returns 40 results at a time and I'd like to be able to get all results instantly<br />c) imagining something that uses SQLite full text search or something<br />d) might also extend it to index / search my other social media posts</p>",
"contentMap": {
"en": "<p>has anyone built a tool for indexing and searching your own Mastodon posts? some notes:</p><p>a) I mostly just want to search my own posts, maybe also people's replies to me<br />b) I'm aware of (and sometimes use) mastodon's elasticsearch support, but it only returns 40 results at a time and I'd like to be able to get all results instantly<br />c) imagining something that uses SQLite full text search or something<br />d) might also extend it to index / search my other social media posts</p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421/replies?only_other_accounts=true&page=true",
"partOf": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421/replies",
"items": []
}
},
"likes": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421/likes",
"type": "Collection",
"totalItems": 62
},
"shares": {
"id": "https://social.jvns.ca/users/b0rk/statuses/113527987631115421/shares",
"type": "Collection",
"totalItems": 37
}
}