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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://zomglol.wtf/users/jamie/statuses/109288139961311058",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2022-11-04T23:31:14Z",
"url": "https://zomglol.wtf/@jamie/109288139961311058",
"attributedTo": "https://zomglol.wtf/users/jamie",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://zomglol.wtf/users/jamie/followers"
],
"sensitive": false,
"atomUri": "https://zomglol.wtf/users/jamie/statuses/109288139961311058",
"inReplyToAtomUri": null,
"conversation": "tag:zomglol.wtf,2022-11-04:objectId=645:objectType=Conversation",
"content": "<p>This is how I've currently got my Mastodon instance deployed. I'm running it on Kubernetes with Postgres and Redis inside the cluster, with Postgres backups being stored in DigitalOcean spaces.</p><p>Mastodon itself is deployed via a Kubernetes operator that I wrote in Crystal (which made a cameo in my talk at RailsConf 2022). <a href=\"https://zomglol.wtf/tags/kubernetes\" class=\"mention hashtag\" rel=\"tag\">#<span>kubernetes</span></a> <a href=\"https://zomglol.wtf/tags/crystal\" class=\"mention hashtag\" rel=\"tag\">#<span>crystal</span></a></p>",
"contentMap": {
"en": "<p>This is how I've currently got my Mastodon instance deployed. I'm running it on Kubernetes with Postgres and Redis inside the cluster, with Postgres backups being stored in DigitalOcean spaces.</p><p>Mastodon itself is deployed via a Kubernetes operator that I wrote in Crystal (which made a cameo in my talk at RailsConf 2022). <a href=\"https://zomglol.wtf/tags/kubernetes\" class=\"mention hashtag\" rel=\"tag\">#<span>kubernetes</span></a> <a href=\"https://zomglol.wtf/tags/crystal\" class=\"mention hashtag\" rel=\"tag\">#<span>crystal</span></a></p>"
},
"updated": "2022-11-15T01:52:37Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://uploads.zomglol.wtf/media_attachments/files/109/288/090/580/467/900/original/ba5818fae95ce679.png",
"name": "Screenshot of the Kubernetes pods as displayed in the K 9 s terminal application.\n\nmastodon-sidekiq uses 3 millicores (0.3% CPU), 427 megabytes of RAM\n\nmastodon-streaming uses 1 millicore (0.1% CPU), 106 megabytes of RAM\n\nmastodon-web uses 36 millicores (3.6% CPU), 557 megabytes of RAM\n\npostgres-1 uses 13 millicores (1.3% CPU), 191 megabytes of RAM\n\nredis-0 uses 5 millicores (0.5% CPU), 10 megabytes of RAM",
"blurhash": "U75=2|b]xuXR^,R%sAWAofozt7kW4TniV@n%",
"focalPoint": [
-0.73,
0.7
],
"width": 2011,
"height": 1031
}
],
"tag": [
{
"type": "Hashtag",
"href": "https://zomglol.wtf/tags/kubernetes",
"name": "#kubernetes"
},
{
"type": "Hashtag",
"href": "https://zomglol.wtf/tags/crystal",
"name": "#crystal"
}
],
"replies": {
"id": "https://zomglol.wtf/users/jamie/statuses/109288139961311058/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://zomglol.wtf/users/jamie/statuses/109288139961311058/replies?min_id=109288152821638814&page=true",
"partOf": "https://zomglol.wtf/users/jamie/statuses/109288139961311058/replies",
"items": [
"https://zomglol.wtf/users/jamie/statuses/109288152821638814"
]
}
},
"likes": {
"id": "https://zomglol.wtf/users/jamie/statuses/109288139961311058/likes",
"type": "Collection",
"totalItems": 4
},
"shares": {
"id": "https://zomglol.wtf/users/jamie/statuses/109288139961311058/shares",
"type": "Collection",
"totalItems": 1
}
}