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"
}
],
"id": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/activity",
"type": "Create",
"actor": "https://mastodon.gamedev.place/users/brad_b",
"published": "2023-11-25T15:35:11Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/brad_b/followers"
],
"object": {
"id": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-11-25T15:35:11Z",
"url": "https://mastodon.gamedev.place/@brad_b/111471919840229948",
"attributedTo": "https://mastodon.gamedev.place/users/brad_b",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/brad_b/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.gamedev.place,2023-11-25:objectId=66698627:objectType=Conversation",
"content": "<p>I recently stumbled across (and enjoyed) Inkle's article on the "conversation distributor" pattern.</p><p><a href=\"https://www.patreon.com/posts/overboard-ink-52524338\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">patreon.com/posts/overboard-in</span><span class=\"invisible\">k-52524338</span></a></p><p>Without naming it, we used this pattern in Twine for "Esther's." It writes story-critical actions first if they're available, then lists regular exploration actions, and fills remaining space with "eat" actions (which are our hint system). Was lovely as an author, would recommend.</p><p><a href=\"https://github.com/islemaster/esthers/blob/90c63f36dc24ad1600448ba00c3a0d0f17db7750/src/toast.twee#L192-L292\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/islemaster/esthers/</span><span class=\"invisible\">blob/90c63f36dc24ad1600448ba00c3a0d0f17db7750/src/toast.twee#L192-L292</span></a></p>",
"contentMap": {
"en": "<p>I recently stumbled across (and enjoyed) Inkle's article on the "conversation distributor" pattern.</p><p><a href=\"https://www.patreon.com/posts/overboard-ink-52524338\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://www.</span><span class=\"ellipsis\">patreon.com/posts/overboard-in</span><span class=\"invisible\">k-52524338</span></a></p><p>Without naming it, we used this pattern in Twine for "Esther's." It writes story-critical actions first if they're available, then lists regular exploration actions, and fills remaining space with "eat" actions (which are our hint system). Was lovely as an author, would recommend.</p><p><a href=\"https://github.com/islemaster/esthers/blob/90c63f36dc24ad1600448ba00c3a0d0f17db7750/src/toast.twee#L192-L292\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/islemaster/esthers/</span><span class=\"invisible\">blob/90c63f36dc24ad1600448ba00c3a0d0f17db7750/src/toast.twee#L192-L292</span></a></p>"
},
"attachment": [],
"tag": [],
"replies": {
"id": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.gamedev.place/users/brad_b/statuses/111471919840229948/shares",
"type": "Collection",
"totalItems": 1
}
}
}