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://infosec.exchange/users/heatsink/statuses/114679286819251322",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-06-14T02:10:47Z",
"url": "https://infosec.exchange/@heatsink/114679286819251322",
"attributedTo": "https://infosec.exchange/users/heatsink",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://infosec.exchange/users/heatsink/followers"
],
"sensitive": false,
"atomUri": "https://infosec.exchange/users/heatsink/statuses/114679286819251322",
"inReplyToAtomUri": null,
"conversation": "tag:infosec.exchange,2025-06-14:objectId=281123574:objectType=Conversation",
"content": "<p>Tonight's homelab project - why does a database container not seem to be saving anything when it restarts? Turns out Postgres and I weren't on the same page. I thought it was saving all of the data into a persistent volume claim but for whatever reason it wasn't.</p><p>I'll fix it tomorrow when I'm working on my backup/restore strategy for my 'production' environment.</p><p><a href=\"https://infosec.exchange/tags/homelab\" class=\"mention hashtag\" rel=\"tag\">#<span>homelab</span></a> <a href=\"https://infosec.exchange/tags/storage\" class=\"mention hashtag\" rel=\"tag\">#<span>storage</span></a> <a href=\"https://infosec.exchange/tags/kubernetes\" class=\"mention hashtag\" rel=\"tag\">#<span>kubernetes</span></a> <a href=\"https://infosec.exchange/tags/selfhosted\" class=\"mention hashtag\" rel=\"tag\">#<span>selfhosted</span></a></p>",
"contentMap": {
"en": "<p>Tonight's homelab project - why does a database container not seem to be saving anything when it restarts? Turns out Postgres and I weren't on the same page. I thought it was saving all of the data into a persistent volume claim but for whatever reason it wasn't.</p><p>I'll fix it tomorrow when I'm working on my backup/restore strategy for my 'production' environment.</p><p><a href=\"https://infosec.exchange/tags/homelab\" class=\"mention hashtag\" rel=\"tag\">#<span>homelab</span></a> <a href=\"https://infosec.exchange/tags/storage\" class=\"mention hashtag\" rel=\"tag\">#<span>storage</span></a> <a href=\"https://infosec.exchange/tags/kubernetes\" class=\"mention hashtag\" rel=\"tag\">#<span>kubernetes</span></a> <a href=\"https://infosec.exchange/tags/selfhosted\" class=\"mention hashtag\" rel=\"tag\">#<span>selfhosted</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/homelab",
"name": "#homelab"
},
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/storage",
"name": "#storage"
},
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/kubernetes",
"name": "#kubernetes"
},
{
"type": "Hashtag",
"href": "https://infosec.exchange/tags/selfhosted",
"name": "#selfhosted"
}
],
"replies": {
"id": "https://infosec.exchange/users/heatsink/statuses/114679286819251322/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://infosec.exchange/users/heatsink/statuses/114679286819251322/replies?min_id=114687693075014064&page=true",
"partOf": "https://infosec.exchange/users/heatsink/statuses/114679286819251322/replies",
"items": [
"https://infosec.exchange/users/heatsink/statuses/114687693075014064"
]
}
},
"likes": {
"id": "https://infosec.exchange/users/heatsink/statuses/114679286819251322/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://infosec.exchange/users/heatsink/statuses/114679286819251322/shares",
"type": "Collection",
"totalItems": 0
}
}