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://mathstodon.xyz/users/jsm28/statuses/110986477556374588",
"type": "Note",
"summary": null,
"inReplyTo": "https://mathstodon.xyz/users/OscarCunningham/statuses/110982737705001138",
"published": "2023-08-31T22:00:49Z",
"url": "https://mathstodon.xyz/@jsm28/110986477556374588",
"attributedTo": "https://mathstodon.xyz/users/jsm28",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mathstodon.xyz/users/jsm28/followers",
"https://mathstodon.xyz/users/ColinTheMathmo",
"https://mathstodon.xyz/users/OscarCunningham"
],
"sensitive": false,
"atomUri": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588",
"inReplyToAtomUri": "https://mathstodon.xyz/users/OscarCunningham/statuses/110982737705001138",
"conversation": "tag:mathstodon.xyz,2023-08-29:objectId=63501190:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mathstodon.xyz/@OscarCunningham\" class=\"u-url mention\">@<span>OscarCunningham</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mathstodon.xyz/@ColinTheMathmo\" class=\"u-url mention\">@<span>ColinTheMathmo</span></a></span> Allowing some numbers to be left unused is one of the features I added to my code to apply it to this problem (the other was supporting the constraint of only integer intermediates). There are cases such as {9, 9, 10, 10, 25, 75} where you can make 777 = (9 / 25 + 10) * 75 with four of the numbers but can't do it with only integer intermediates even using all six (I don't know if there are any like that that can make the target with fewer than four of the numbers, the choice of which representation my code logged is arbitrary, not necessarily using the fewest possible of the numbers).</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mathstodon.xyz/@OscarCunningham\" class=\"u-url mention\">@<span>OscarCunningham</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mathstodon.xyz/@ColinTheMathmo\" class=\"u-url mention\">@<span>ColinTheMathmo</span></a></span> Allowing some numbers to be left unused is one of the features I added to my code to apply it to this problem (the other was supporting the constraint of only integer intermediates). There are cases such as {9, 9, 10, 10, 25, 75} where you can make 777 = (9 / 25 + 10) * 75 with four of the numbers but can't do it with only integer intermediates even using all six (I don't know if there are any like that that can make the target with fewer than four of the numbers, the choice of which representation my code logged is arbitrary, not necessarily using the fewest possible of the numbers).</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://mathstodon.xyz/users/OscarCunningham",
"name": "@OscarCunningham"
},
{
"type": "Mention",
"href": "https://mathstodon.xyz/users/ColinTheMathmo",
"name": "@ColinTheMathmo"
}
],
"replies": {
"id": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588/replies?only_other_accounts=true&page=true",
"partOf": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588/replies",
"items": []
}
},
"likes": {
"id": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mathstodon.xyz/users/jsm28/statuses/110986477556374588/shares",
"type": "Collection",
"totalItems": 0
}
}