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://bananachips.club/users/nev/statuses/113782308129359012",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-01-06T16:17:18Z",
"url": "https://bananachips.club/@nev/113782308129359012",
"attributedTo": "https://bananachips.club/users/nev",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://bananachips.club/users/nev/followers"
],
"sensitive": false,
"atomUri": "https://bananachips.club/users/nev/statuses/113782308129359012",
"inReplyToAtomUri": null,
"conversation": "tag:bananachips.club,2025-01-06:objectId=22098901:objectType=Conversation",
"localOnly": false,
"content": "<p><a href=\"https://bananachips.club/tags/MastoDev\" class=\"mention hashtag\" rel=\"tag\">#<span>MastoDev</span></a> question: does mastodon have webhooks or anything similar? </p><p>i'd like to set up a thing to back up posts to a text file (as they are posted). i already have such a thing using the built-in RSS feed, but that doesn't capture followers-only posts. (or direct messages, but I'm not as fussed about those)</p><p>closest idea i have is fetching posts-since-$time, then setting $time=<now>, then the script/loop runs again. </p><p>however it would be nice if it could be a little more…responsive?</p><p>edit: the webhook option is only available to server owners; this would have to include ones where I'm just a member.</p>",
"contentMap": {
"en": "<p><a href=\"https://bananachips.club/tags/MastoDev\" class=\"mention hashtag\" rel=\"tag\">#<span>MastoDev</span></a> question: does mastodon have webhooks or anything similar? </p><p>i'd like to set up a thing to back up posts to a text file (as they are posted). i already have such a thing using the built-in RSS feed, but that doesn't capture followers-only posts. (or direct messages, but I'm not as fussed about those)</p><p>closest idea i have is fetching posts-since-$time, then setting $time=<now>, then the script/loop runs again. </p><p>however it would be nice if it could be a little more…responsive?</p><p>edit: the webhook option is only available to server owners; this would have to include ones where I'm just a member.</p>"
},
"updated": "2025-01-06T16:33:28Z",
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://bananachips.club/tags/mastodev",
"name": "#mastodev"
}
],
"replies": {
"id": "https://bananachips.club/users/nev/statuses/113782308129359012/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bananachips.club/users/nev/statuses/113782308129359012/replies?only_other_accounts=true&page=true",
"partOf": "https://bananachips.club/users/nev/statuses/113782308129359012/replies",
"items": []
}
}
}