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/eliocamp/statuses/113529544861132212",
"type": "Note",
"summary": null,
"inReplyTo": "https://fediscience.org/users/michcampbell/statuses/113527272522533374",
"published": "2024-11-23T00:56:17Z",
"url": "https://mastodon.social/@eliocamp/113529544861132212",
"attributedTo": "https://mastodon.social/users/eliocamp",
"to": [
"https://mastodon.social/users/eliocamp/followers"
],
"cc": [
"https://www.w3.org/ns/activitystreams#Public",
"https://fediscience.org/users/michcampbell"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/eliocamp/statuses/113529544861132212",
"inReplyToAtomUri": "https://fediscience.org/users/michcampbell/statuses/113527272522533374",
"conversation": "tag:fediscience.org,2024-11-22:objectId=87688097:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fediscience.org/@michcampbell\" class=\"u-url mention\">@<span>michcampbell</span></a></span> one neat trick is that you can create list columns. So that each row can contain a vector. They are a bit tricky to work with, sometimes, but they can be super useful. </p><p>df <- tibble(lims = list(c(0, 1), c(0, 2)))<br />df$lims[[1]]</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://fediscience.org/@michcampbell\" class=\"u-url mention\">@<span>michcampbell</span></a></span> one neat trick is that you can create list columns. So that each row can contain a vector. They are a bit tricky to work with, sometimes, but they can be super useful. </p><p>df <- tibble(lims = list(c(0, 1), c(0, 2)))<br />df$lims[[1]]</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://fediscience.org/users/michcampbell",
"name": "@michcampbell@fediscience.org"
}
],
"replies": {
"id": "https://mastodon.social/users/eliocamp/statuses/113529544861132212/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/eliocamp/statuses/113529544861132212/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/eliocamp/statuses/113529544861132212/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/eliocamp/statuses/113529544861132212/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://mastodon.social/users/eliocamp/statuses/113529544861132212/shares",
"type": "Collection",
"totalItems": 0
}
}