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/cbowdon/statuses/17553600",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2017-09-09T13:40:30Z",
"url": "https://mastodon.social/@cbowdon/17553600",
"attributedTo": "https://mastodon.social/users/cbowdon",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/cbowdon/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/cbowdon/statuses/17553600",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2017-09-09:objectId=8765956:objectType=Conversation",
"content": "<p>Been struggling with this for a while: what is the cleanest way to integrate Let's Encrypt's <a href=\"https://mastodon.social/tags/certbot\" class=\"mention hashtag\" rel=\"tag\">#<span>certbot</span></a> into a full <a href=\"https://mastodon.social/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a> system? I'm hoping to stick to the 12-factor process per container model.</p><p>I've seen a few solutions that are running multiple processes in the container but this seems over-complicated and I instinctively feel there's a better solution available. The tricky part is reloading HAProxy on receipt of a new cert, which suggests there needs to be some higher-level supervisor.</p>",
"contentMap": {
"en": "<p>Been struggling with this for a while: what is the cleanest way to integrate Let's Encrypt's <a href=\"https://mastodon.social/tags/certbot\" class=\"mention hashtag\" rel=\"tag\">#<span>certbot</span></a> into a full <a href=\"https://mastodon.social/tags/docker\" class=\"mention hashtag\" rel=\"tag\">#<span>docker</span></a> system? I'm hoping to stick to the 12-factor process per container model.</p><p>I've seen a few solutions that are running multiple processes in the container but this seems over-complicated and I instinctively feel there's a better solution available. The tricky part is reloading HAProxy on receipt of a new cert, which suggests there needs to be some higher-level supervisor.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/certbot",
"name": "#certbot"
},
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/docker",
"name": "#docker"
}
],
"replies": {
"id": "https://mastodon.social/users/cbowdon/statuses/17553600/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/cbowdon/statuses/17553600/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/cbowdon/statuses/17553600/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/cbowdon/statuses/17553600/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/cbowdon/statuses/17553600/shares",
"type": "Collection",
"totalItems": 0
}
}