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/eddelbuettel/statuses/109615857629455794/activity",
"type": "Create",
"actor": "https://mastodon.social/users/eddelbuettel",
"published": "2023-01-01T20:34:09Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/eddelbuettel/followers",
"https://sciences.social/users/elinwaring",
"https://mastodon.social/users/rmflight"
],
"object": {
"id": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794",
"type": "Note",
"summary": null,
"inReplyTo": "https://sciences.social/users/elinwaring/statuses/109615710600370736",
"published": "2023-01-01T20:34:09Z",
"url": "https://mastodon.social/@eddelbuettel/109615857629455794",
"attributedTo": "https://mastodon.social/users/eddelbuettel",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://mastodon.social/users/eddelbuettel/followers",
"https://sciences.social/users/elinwaring",
"https://mastodon.social/users/rmflight"
],
"sensitive": false,
"atomUri": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794",
"inReplyToAtomUri": "https://sciences.social/users/elinwaring/statuses/109615710600370736",
"conversation": "tag:sciences.social,2023-01-01:objectId=4336917:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://sciences.social/@elinwaring\" class=\"u-url mention\">@<span>elinwaring</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rmflight\" class=\"u-url mention\">@<span>rmflight</span></a></span> </p><p>> getRversion() >= "4.2.2"<br />[1] TRUE<br />> getRversion() >= "4.3.0"<br />[1] FALSE<br />> </p><p>The S3 class packageVersion is wonderful as it takes care of all the comparisons. I use that a lot to e.g. condition unit tests. As always the function (which i think you wanted) is a little hidden, this time as `getRversion()` but it is always there. Worth traversing packages tools and utils once in a while.</p>",
"contentMap": {
"en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://sciences.social/@elinwaring\" class=\"u-url mention\">@<span>elinwaring</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@rmflight\" class=\"u-url mention\">@<span>rmflight</span></a></span> </p><p>> getRversion() >= "4.2.2"<br />[1] TRUE<br />> getRversion() >= "4.3.0"<br />[1] FALSE<br />> </p><p>The S3 class packageVersion is wonderful as it takes care of all the comparisons. I use that a lot to e.g. condition unit tests. As always the function (which i think you wanted) is a little hidden, this time as `getRversion()` but it is always there. Worth traversing packages tools and utils once in a while.</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://sciences.social/users/elinwaring",
"name": "@elinwaring@sciences.social"
},
{
"type": "Mention",
"href": "https://mastodon.social/users/rmflight",
"name": "@rmflight"
}
],
"replies": {
"id": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794/likes",
"type": "Collection",
"totalItems": 6
},
"shares": {
"id": "https://mastodon.social/users/eddelbuettel/statuses/109615857629455794/shares",
"type": "Collection",
"totalItems": 3
}
}
}