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",
"Hashtag": "as:Hashtag"
}
],
"id": "https://fosstodon.org/users/dgkf/statuses/112765462415266399",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2024-07-11T02:20:04Z",
"url": "https://fosstodon.org/@dgkf/112765462415266399",
"attributedTo": "https://fosstodon.org/users/dgkf",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/dgkf/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/dgkf/statuses/112765462415266399",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2024-07-11:objectId=224249005:objectType=Conversation",
"content": "<p>More progress on my fully R-based debug adapter (an interface for letting your R session talk to most IDEs)</p><p>Now we can step through our code and see our location updating in realtime in our IDE. </p><p><a href=\"https://asciinema.org/a/XQFMo8GCBrYiO8zLuLFIcgH0m\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">asciinema.org/a/XQFMo8GCBrYiO8</span><span class=\"invisible\">zLuLFIcgH0m</span></a></p><p>Tons of other capabilities and edge cases before its ready for prime time, but huge progress. Would love to hear ideas on how I can hide this ugly base R debug output so I can fully replace it with something with more pizazz.</p><p><a href=\"https://fosstodon.org/tags/r\" class=\"mention hashtag\" rel=\"tag\">#<span>r</span></a> <a href=\"https://fosstodon.org/tags/rstats\" class=\"mention hashtag\" rel=\"tag\">#<span>rstats</span></a> <a href=\"https://fosstodon.org/tags/rlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rlang</span></a></p>",
"contentMap": {
"en": "<p>More progress on my fully R-based debug adapter (an interface for letting your R session talk to most IDEs)</p><p>Now we can step through our code and see our location updating in realtime in our IDE. </p><p><a href=\"https://asciinema.org/a/XQFMo8GCBrYiO8zLuLFIcgH0m\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">asciinema.org/a/XQFMo8GCBrYiO8</span><span class=\"invisible\">zLuLFIcgH0m</span></a></p><p>Tons of other capabilities and edge cases before its ready for prime time, but huge progress. Would love to hear ideas on how I can hide this ugly base R debug output so I can fully replace it with something with more pizazz.</p><p><a href=\"https://fosstodon.org/tags/r\" class=\"mention hashtag\" rel=\"tag\">#<span>r</span></a> <a href=\"https://fosstodon.org/tags/rstats\" class=\"mention hashtag\" rel=\"tag\">#<span>rstats</span></a> <a href=\"https://fosstodon.org/tags/rlang\" class=\"mention hashtag\" rel=\"tag\">#<span>rlang</span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/r",
"name": "#r"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/rstats",
"name": "#rstats"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/rlang",
"name": "#rlang"
}
],
"replies": {
"id": "https://fosstodon.org/users/dgkf/statuses/112765462415266399/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/dgkf/statuses/112765462415266399/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/dgkf/statuses/112765462415266399/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/dgkf/statuses/112765462415266399/likes",
"type": "Collection",
"totalItems": 7
},
"shares": {
"id": "https://fosstodon.org/users/dgkf/statuses/112765462415266399/shares",
"type": "Collection",
"totalItems": 8
}
}