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",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
}
}
],
"id": "https://mastodon.social/users/acegikmo/statuses/111931613710775864/replies",
"type": "Collection",
"first": {
"id": "https://mastodon.social/users/acegikmo/statuses/111931613710775864/replies?page=true",
"type": "CollectionPage",
"next": "https://mastodon.social/users/acegikmo/statuses/111931613710775864/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/acegikmo/statuses/111931613710775864/replies",
"items": [
{
"id": "https://mastodon.social/users/acegikmo/statuses/111931616951667619",
"type": "Note",
"summary": null,
"inReplyTo": "https://mastodon.social/users/acegikmo/statuses/111931613710775864",
"published": "2024-02-14T20:02:12Z",
"url": "https://mastodon.social/@acegikmo/111931616951667619",
"attributedTo": "https://mastodon.social/users/acegikmo",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/acegikmo/followers"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/acegikmo/statuses/111931616951667619",
"inReplyToAtomUri": "https://mastodon.social/users/acegikmo/statuses/111931613710775864",
"conversation": "tag:mastodon.social,2024-02-14:objectId=643016026:objectType=Conversation",
"content": "<p>in case you want to port your existing lerps, you can convert from the old framerate dependent "lerp factor" to a half-life value</p><p>this will match the decay rate of your old implementation at the specific framerate, in any framerate</p>",
"contentMap": {
"en": "<p>in case you want to port your existing lerps, you can convert from the old framerate dependent "lerp factor" to a half-life value</p><p>this will match the decay rate of your old implementation at the specific framerate, in any framerate</p>"
},
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://files.mastodon.social/media_attachments/files/111/931/614/360/632/481/original/7ace5e26a6a3cf98.png",
"name": "migrating from a = lerp(a,b,m), by calculating the half life lambda = negative delta time over log2 or one minus m",
"blurhash": "U35OjK%MIBR*xvxutQV[00fjtQWBM{RjV[s:",
"focalPoint": [
0,
0
],
"width": 1124,
"height": 808
}
],
"tag": [],
"replies": {
"id": "https://mastodon.social/users/acegikmo/statuses/111931616951667619/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/acegikmo/statuses/111931616951667619/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/acegikmo/statuses/111931616951667619/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/acegikmo/statuses/111931616951667619/likes",
"type": "Collection",
"totalItems": 61
},
"shares": {
"id": "https://mastodon.social/users/acegikmo/statuses/111931616951667619/shares",
"type": "Collection",
"totalItems": 16
}
}
]
}
}