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://mastodon.social/users/rasterweb/statuses/114254309706586133",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-03-31T00:53:31Z",
"url": "https://mastodon.social/@rasterweb/114254309706586133",
"attributedTo": "https://mastodon.social/users/rasterweb",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/rasterweb/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/rasterweb/statuses/114254309706586133",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-03-31:objectId=959685698:objectType=Conversation",
"content": "<p>I took a stab at cleaning up my code for BearExporter, a Python script to export all of your Bear notes to Markdown files you can use with Obsidian, read in the terminal, or whatever.</p><p>As the old saying goes "it works for me!" but I know it's not exactly great code, but it is available.</p><p>I'm not great at Python but I'll try to improve it as time allows.</p><p>➡️ <a href=\"https://codeberg.org/raster/BearExporter\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeberg.org/raster/BearExport</span><span class=\"invisible\">er</span></a></p><p><a href=\"https://mastodon.social/tags/BearApp\" class=\"mention hashtag\" rel=\"tag\">#<span>BearApp</span></a> <a href=\"https://mastodon.social/tags/BearNotes\" class=\"mention hashtag\" rel=\"tag\">#<span>BearNotes</span></a> <a href=\"https://mastodon.social/tags/BearNotesApp\" class=\"mention hashtag\" rel=\"tag\">#<span>BearNotesApp</span></a> <a href=\"https://mastodon.social/tags/macOS\" class=\"mention hashtag\" rel=\"tag\">#<span>macOS</span></a> <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> <a href=\"https://mastodon.social/tags/markdown\" class=\"mention hashtag\" rel=\"tag\">#<span>markdown</span></a></p>",
"contentMap": {
"en": "<p>I took a stab at cleaning up my code for BearExporter, a Python script to export all of your Bear notes to Markdown files you can use with Obsidian, read in the terminal, or whatever.</p><p>As the old saying goes "it works for me!" but I know it's not exactly great code, but it is available.</p><p>I'm not great at Python but I'll try to improve it as time allows.</p><p>➡️ <a href=\"https://codeberg.org/raster/BearExporter\" target=\"_blank\" rel=\"nofollow noopener\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">codeberg.org/raster/BearExport</span><span class=\"invisible\">er</span></a></p><p><a href=\"https://mastodon.social/tags/BearApp\" class=\"mention hashtag\" rel=\"tag\">#<span>BearApp</span></a> <a href=\"https://mastodon.social/tags/BearNotes\" class=\"mention hashtag\" rel=\"tag\">#<span>BearNotes</span></a> <a href=\"https://mastodon.social/tags/BearNotesApp\" class=\"mention hashtag\" rel=\"tag\">#<span>BearNotesApp</span></a> <a href=\"https://mastodon.social/tags/macOS\" class=\"mention hashtag\" rel=\"tag\">#<span>macOS</span></a> <a href=\"https://mastodon.social/tags/python\" class=\"mention hashtag\" rel=\"tag\">#<span>python</span></a> <a href=\"https://mastodon.social/tags/markdown\" class=\"mention hashtag\" rel=\"tag\">#<span>markdown</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/bearapp",
"name": "#bearapp"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/bearnotes",
"name": "#bearnotes"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/bearnotesapp",
"name": "#bearnotesapp"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/macos",
"name": "#macos"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/python",
"name": "#python"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/markdown",
"name": "#markdown"
}
],
"replies": {
"id": "https://mastodon.social/users/rasterweb/statuses/114254309706586133/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/rasterweb/statuses/114254309706586133/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/rasterweb/statuses/114254309706586133/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/rasterweb/statuses/114254309706586133/likes",
"type": "Collection",
"totalItems": 5
},
"shares": {
"id": "https://mastodon.social/users/rasterweb/statuses/114254309706586133/shares",
"type": "Collection",
"totalItems": 3
}
}