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/octopus/statuses/265171",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2016-11-30T02:31:15Z",
"url": "https://mastodon.social/@octopus/265171",
"attributedTo": "https://mastodon.social/users/octopus",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/octopus/followers"
],
"sensitive": false,
"atomUri": "tag:mastodon.social,2016-11-30:objectId=265171:objectType=Status",
"inReplyToAtomUri": null,
"conversation": null,
"content": "<p>The real most recent build was canceled. I happened to have the "hide canceled builds" box checked. I was looking at a build of five random changes from last month.</p><p>I would have noticed this, except when I went to run it again on my laptop, the build failed again, with a very similar error message.</p><p>Mistake #2 - I figured it was the same root error, or at least caused by my fix. Both related to files missing from the test subproject, but not the same files.</p>",
"contentMap": {
"en": "<p>The real most recent build was canceled. I happened to have the "hide canceled builds" box checked. I was looking at a build of five random changes from last month.</p><p>I would have noticed this, except when I went to run it again on my laptop, the build failed again, with a very similar error message.</p><p>Mistake #2 - I figured it was the same root error, or at least caused by my fix. Both related to files missing from the test subproject, but not the same files.</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://mastodon.social/tags/2",
"name": "#2"
}
],
"replies": {
"id": "https://mastodon.social/users/octopus/statuses/265171/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/octopus/statuses/265171/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/octopus/statuses/265171/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/octopus/statuses/265171/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/octopus/statuses/265171/shares",
"type": "Collection",
"totalItems": 0
}
}