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://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-10T14:51:12Z",
"url": "https://bluetoot.hardill.me.uk/@ben/114659627663264594",
"attributedTo": "https://bluetoot.hardill.me.uk/users/ben",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://bluetoot.hardill.me.uk/users/ben/followers"
],
"sensitive": false,
"atomUri": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594",
"inReplyToAtomUri": null,
"conversation": "tag:hardill.me.uk,2025-06-10:objectId=451895:objectType=Conversation",
"content": "<p>PostgreSQL permissions are driving me up the wall.</p><p>GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA test TO user;</p><p>This only appears to apply to existing tables and needs to be run again after any new tables created.</p><p>Anybody know a way to have it apply at the SCHEMA level including new tables?</p><p><a href=\"https://bluetoot.hardill.me.uk/tags/SQL\" class=\"mention hashtag\" rel=\"tag\">#<span>SQL</span></a> <a href=\"https://bluetoot.hardill.me.uk/tags/PostgresSQL\" class=\"mention hashtag\" rel=\"tag\">#<span>PostgresSQL</span></a></p>",
"contentMap": {
"en": "<p>PostgreSQL permissions are driving me up the wall.</p><p>GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA test TO user;</p><p>This only appears to apply to existing tables and needs to be run again after any new tables created.</p><p>Anybody know a way to have it apply at the SCHEMA level including new tables?</p><p><a href=\"https://bluetoot.hardill.me.uk/tags/SQL\" class=\"mention hashtag\" rel=\"tag\">#<span>SQL</span></a> <a href=\"https://bluetoot.hardill.me.uk/tags/PostgresSQL\" class=\"mention hashtag\" rel=\"tag\">#<span>PostgresSQL</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://bluetoot.hardill.me.uk/tags/SQL",
"name": "#SQL"
},
{
"type": "Hashtag",
"href": "https://bluetoot.hardill.me.uk/tags/postgressql",
"name": "#postgressql"
}
],
"replies": {
"id": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594/replies?min_id=114659636197700767&page=true",
"partOf": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594/replies",
"items": [
"https://bluetoot.hardill.me.uk/users/ben/statuses/114659636197700767"
]
}
},
"likes": {
"id": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://bluetoot.hardill.me.uk/users/ben/statuses/114659627663264594/shares",
"type": "Collection",
"totalItems": 1
}
}