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://en.osm.town/users/seav/statuses/111372782193080483/replies",
"type": "Collection",
"first": {
"id": "https://en.osm.town/users/seav/statuses/111372782193080483/replies?page=true",
"type": "CollectionPage",
"next": "https://en.osm.town/users/seav/statuses/111372782193080483/replies?only_other_accounts=true&page=true",
"partOf": "https://en.osm.town/users/seav/statuses/111372782193080483/replies",
"items": [
{
"id": "https://en.osm.town/users/seav/statuses/111372783147284986",
"type": "Note",
"summary": null,
"inReplyTo": "https://en.osm.town/users/seav/statuses/111372782193080483",
"published": "2023-11-08T03:23:25Z",
"url": "https://en.osm.town/@seav/111372783147284986",
"attributedTo": "https://en.osm.town/users/seav",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://en.osm.town/users/seav/followers"
],
"sensitive": false,
"atomUri": "https://en.osm.town/users/seav/statuses/111372783147284986",
"inReplyToAtomUri": "https://en.osm.town/users/seav/statuses/111372782193080483",
"conversation": "tag:en.osm.town,2023-11-08:objectId=9695062:objectType=Conversation",
"content": "<p>And since I already had some <a href=\"https://en.osm.town/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> code³ to render country polygons from <a href=\"https://en.osm.town/tags/NaturalEarth\" class=\"mention hashtag\" rel=\"tag\">#<span>NaturalEarth</span></a> I figured it would be simple to just add more code to map the countries’ scores to the correct colors.</p><p>I created a function that takes a country’s 2 scores and return a CSS RGB string representing the bivariate color. For this I used the brewer.seqseq2 color scheme⁴ but interpolated from 3×3 classes into 5×5.</p><p>³ Cahill–Concialdi projection renderer: <a href=\"https://github.com/seav/cahill-concialdi\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/seav/cahill-concial</span><span class=\"invisible\">di</span></a><br />⁴ <a href=\"https://kwstat.github.io/pals/reference/bivariate.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kwstat.github.io/pals/referenc</span><span class=\"invisible\">e/bivariate.html</span></a></p><p>3/4</p>",
"contentMap": {
"en": "<p>And since I already had some <a href=\"https://en.osm.town/tags/JavaScript\" class=\"mention hashtag\" rel=\"tag\">#<span>JavaScript</span></a> code³ to render country polygons from <a href=\"https://en.osm.town/tags/NaturalEarth\" class=\"mention hashtag\" rel=\"tag\">#<span>NaturalEarth</span></a> I figured it would be simple to just add more code to map the countries’ scores to the correct colors.</p><p>I created a function that takes a country’s 2 scores and return a CSS RGB string representing the bivariate color. For this I used the brewer.seqseq2 color scheme⁴ but interpolated from 3×3 classes into 5×5.</p><p>³ Cahill–Concialdi projection renderer: <a href=\"https://github.com/seav/cahill-concialdi\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">github.com/seav/cahill-concial</span><span class=\"invisible\">di</span></a><br />⁴ <a href=\"https://kwstat.github.io/pals/reference/bivariate.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">kwstat.github.io/pals/referenc</span><span class=\"invisible\">e/bivariate.html</span></a></p><p>3/4</p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://en.osm.town/tags/javascript",
"name": "#javascript"
},
{
"type": "Hashtag",
"href": "https://en.osm.town/tags/naturalearth",
"name": "#naturalearth"
}
],
"replies": {
"id": "https://en.osm.town/users/seav/statuses/111372783147284986/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://en.osm.town/users/seav/statuses/111372783147284986/replies?min_id=111372783949400033&page=true",
"partOf": "https://en.osm.town/users/seav/statuses/111372783147284986/replies",
"items": [
"https://en.osm.town/users/seav/statuses/111372783949400033"
]
}
},
"likes": {
"id": "https://en.osm.town/users/seav/statuses/111372783147284986/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://en.osm.town/users/seav/statuses/111372783147284986/shares",
"type": "Collection",
"totalItems": 0
}
}
]
}
}