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",
"Emoji": "toot:Emoji",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
}
}
],
"id": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-02-28T04:32:33Z",
"url": "https://fosstodon.org/@nobodyinperson/114079639366268990",
"attributedTo": "https://fosstodon.org/users/nobodyinperson",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://fosstodon.org/users/nobodyinperson/followers"
],
"sensitive": false,
"atomUri": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990",
"inReplyToAtomUri": null,
"conversation": "tag:fosstodon.org,2025-02-28:objectId=292818084:objectType=Conversation",
"content": "<p><a href=\"https://fzakaria.com/2025/02/27/nix-pragmatism-nix-ld-and-envfs.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">fzakaria.com/2025/02/27/nix-pr</span><span class=\"invisible\">agmatism-nix-ld-and-envfs.html</span></a></p><p>TIL about <a href=\"https://fosstodon.org/tags/envfs\" class=\"mention hashtag\" rel=\"tag\">#<span>envfs</span></a> [1], a FUSE filesystem for /bin and /usr/bin that automatically contains executables of the calling program's PATH. </p><p>`services.envfs.enable = true; ` on :nixos: <a href=\"https://fosstodon.org/tags/NixOS\" class=\"mention hashtag\" rel=\"tag\">#<span>NixOS</span></a> and downloaded scripts with ruthless non-nixified shebangs will magically work as on other distros. Neat!</p><p>[1] <a href=\"https://github.com/Mic92/envfs\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/Mic92/envfs</span><span class=\"invisible\"></span></a></p>",
"contentMap": {
"en": "<p><a href=\"https://fzakaria.com/2025/02/27/nix-pragmatism-nix-ld-and-envfs.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">fzakaria.com/2025/02/27/nix-pr</span><span class=\"invisible\">agmatism-nix-ld-and-envfs.html</span></a></p><p>TIL about <a href=\"https://fosstodon.org/tags/envfs\" class=\"mention hashtag\" rel=\"tag\">#<span>envfs</span></a> [1], a FUSE filesystem for /bin and /usr/bin that automatically contains executables of the calling program's PATH. </p><p>`services.envfs.enable = true; ` on :nixos: <a href=\"https://fosstodon.org/tags/NixOS\" class=\"mention hashtag\" rel=\"tag\">#<span>NixOS</span></a> and downloaded scripts with ruthless non-nixified shebangs will magically work as on other distros. Neat!</p><p>[1] <a href=\"https://github.com/Mic92/envfs\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"\">github.com/Mic92/envfs</span><span class=\"invisible\"></span></a></p>"
},
"attachment": [],
"tag": [
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/envfs",
"name": "#envfs"
},
{
"type": "Hashtag",
"href": "https://fosstodon.org/tags/nixos",
"name": "#nixos"
},
{
"id": "https://fosstodon.org/emojis/62778",
"type": "Emoji",
"name": ":nixos:",
"updated": "2019-07-11T14:10:04Z",
"icon": {
"type": "Image",
"mediaType": "image/png",
"url": "https://cdn.fosstodon.org/custom_emojis/images/000/062/778/original/48d6a1983312ea5a.png"
}
}
],
"replies": {
"id": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990/replies?only_other_accounts=true&page=true",
"partOf": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990/replies",
"items": []
}
},
"likes": {
"id": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990/likes",
"type": "Collection",
"totalItems": 9
},
"shares": {
"id": "https://fosstodon.org/users/nobodyinperson/statuses/114079639366268990/shares",
"type": "Collection",
"totalItems": 8
}
}