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://neuromatch.social/users/neuralreckoning/statuses/114671247441045997",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-12T16:06:16Z",
"url": "https://neuromatch.social/@neuralreckoning/114671247441045997",
"attributedTo": "https://neuromatch.social/users/neuralreckoning",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://neuromatch.social/users/neuralreckoning/followers"
],
"sensitive": false,
"atomUri": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997",
"inReplyToAtomUri": null,
"conversation": "tag:neuromatch.social,2025-06-12:objectId=29590924:objectType=Conversation",
"content": "<p>If you're trying to sort through your Pocket saves, this bit of Python code might be useful. You export your Pocket data to csv file from Pocket website, then run this code and it will generate a single HTML page with all your unread links sorted by date and grouped by tag.</p><p><a href=\"https://gist.github.com/thesamovar/836a8a0359b7eeb33db25ffe14baf411\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/thesamovar/836</span><span class=\"invisible\">a8a0359b7eeb33db25ffe14baf411</span></a></p><p><a href=\"https://neuromatch.social/tags/pocket\" class=\"mention hashtag\" rel=\"tag\">#<span>pocket</span></a> <a href=\"https://neuromatch.social/tags/firefox\" class=\"mention hashtag\" rel=\"tag\">#<span>firefox</span></a></p>",
"contentMap": {
"en": "<p>If you're trying to sort through your Pocket saves, this bit of Python code might be useful. You export your Pocket data to csv file from Pocket website, then run this code and it will generate a single HTML page with all your unread links sorted by date and grouped by tag.</p><p><a href=\"https://gist.github.com/thesamovar/836a8a0359b7eeb33db25ffe14baf411\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">gist.github.com/thesamovar/836</span><span class=\"invisible\">a8a0359b7eeb33db25ffe14baf411</span></a></p><p><a href=\"https://neuromatch.social/tags/pocket\" class=\"mention hashtag\" rel=\"tag\">#<span>pocket</span></a> <a href=\"https://neuromatch.social/tags/firefox\" class=\"mention hashtag\" rel=\"tag\">#<span>firefox</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://neuromatch.social/tags/pocket",
"name": "#pocket"
},
{
"type": "Hashtag",
"href": "https://neuromatch.social/tags/firefox",
"name": "#firefox"
}
],
"replies": {
"id": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997/replies?only_other_accounts=true&page=true",
"partOf": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997/replies",
"items": []
}
},
"likes": {
"id": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://neuromatch.social/users/neuralreckoning/statuses/114671247441045997/shares",
"type": "Collection",
"totalItems": 1
}
}