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/fatlimey/statuses/109700894305943665",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2023-01-16T21:00:06Z",
"url": "https://mastodon.gamedev.place/@fatlimey/109700894305943665",
"attributedTo": "https://mastodon.gamedev.place/users/fatlimey",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.gamedev.place/users/fatlimey/followers",
"https://social.jvns.ca/users/b0rk"
],
"sensitive": false,
"atomUri": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665",
"inReplyToAtomUri": null,
"conversation": "tag:jvns.ca,2023-01-16:objectId=16950:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> The SQRT of an integer returns a number with half the bits of the input.</p><p>Makes sense if you think about it. The SQRT returns a number that when multiplied by itself gives you the original value, and a multiply will lengthen the result to the sum of the number of bits in each input.</p><p>So, SQRT is a great way to lose half the accuracy of your integer or fixed point calculation in a single operation.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.jvns.ca/@b0rk\" class=\"u-url mention\">@<span>b0rk</span></a></span> The SQRT of an integer returns a number with half the bits of the input.</p><p>Makes sense if you think about it. The SQRT returns a number that when multiplied by itself gives you the original value, and a multiply will lengthen the result to the sum of the number of bits in each input.</p><p>So, SQRT is a great way to lose half the accuracy of your integer or fixed point calculation in a single operation.</p>"
},
"updated": "2023-01-16T21:04:50Z",
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://social.jvns.ca/users/b0rk",
"name": "@b0rk@jvns.ca"
}
],
"replies": {
"id": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.gamedev.place/users/fatlimey/statuses/109700894305943665/shares",
"type": "Collection",
"totalItems": 0
}
}