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.social/users/vertigo/statuses/98992588237029803",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/crc/statuses/98992196171271687",
"published": "2017-11-12T17:17:02Z",
"url": "https://mastodon.social/@vertigo/98992588237029803",
"attributedTo": "https://mastodon.social/users/vertigo",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/vertigo/followers",
"https://mastodon.social/users/crc"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/vertigo/statuses/98992588237029803",
"inReplyToAtomUri": "https://mastodon.social/users/crc/statuses/98992196171271687",
"conversation": "tag:mastodon.social,2017-11-12:objectId=14735987:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@crc\" class=\"u-url mention\">@<span>crc</span></a></span> I was thinking of building something of a database engine, and just storing blobs of text under some keys. Larger programs would then be, basically, be built via composition using hyperlinks to these components. That way, I can store arbitrary metadata with each collection of words, like documentation, categories and/or other search keys (list all modules/words written between 2017 and 2019 that starts with the letter G), etc.</p><p>All pie in the sky stuff at the moment.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@crc\" class=\"u-url mention\">@<span>crc</span></a></span> I was thinking of building something of a database engine, and just storing blobs of text under some keys. Larger programs would then be, basically, be built via composition using hyperlinks to these components. That way, I can store arbitrary metadata with each collection of words, like documentation, categories and/or other search keys (list all modules/words written between 2017 and 2019 that starts with the letter G), etc.</p><p>All pie in the sky stuff at the moment.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mastodon.social/users/crc",
"name": "@crc"
}
],
"replies": {
"id": "https://mastodon.social/users/vertigo/statuses/98992588237029803/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/vertigo/statuses/98992588237029803/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/vertigo/statuses/98992588237029803/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/vertigo/statuses/98992588237029803/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/vertigo/statuses/98992588237029803/shares",
"type": "Collection",
"totalItems": 0
}
}