{
  "data": {
    "name": "Distill.family API",
    "description": "Self-describing JSON API mirroring the Distill.family content tree. CC BY-SA 4.0.",
    "apiLanguage": "es",
    "siteLanguages": [
      "en",
      "es",
      "fr",
      "de",
      "zh-Hans",
      "ar",
      "hi",
      "ja",
      "he"
    ],
    "languageNote": "This tree serves es. The canonical English tree is at /api/… and the other locales at /api/{lang}/…. Each document reports its own `translated` flag; a document with no translation in this locale falls back to English rather than 404ing. Individual source books have no translation in any locale; their JSON is served from the canonical English tree.",
    "translationCaveat": "Translations are gated for structural completeness only — nothing load-bearing was lost. No native speaker has reviewed them; do not read a translated document as verified."
  },
  "_links": {
    "self": {
      "href": "/api/es.json",
      "rel": "self"
    },
    "traditions": {
      "href": "/api/es/traditions.json",
      "rel": "collection",
      "title": "Twelve traditions"
    },
    "map": {
      "href": "/api/es/map.json",
      "rel": "collection",
      "title": "Cross-tradition Map"
    },
    "compass": {
      "href": "/api/es/compass.json",
      "rel": "item",
      "title": "Union compass"
    },
    "reviewStatus": {
      "href": "/api/es/review-status.json",
      "rel": "item",
      "title": "Corpus review status"
    },
    "openapi": {
      "href": "/api/openapi.json",
      "rel": "service-desc",
      "type": "application/openapi+json"
    },
    "docs": {
      "href": "/api/openapi.json",
      "rel": "help",
      "type": "application/json"
    },
    "en": {
      "href": "/api/en.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "English"
    },
    "es": {
      "href": "/api/es.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "Español"
    },
    "fr": {
      "href": "/api/fr.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "Français"
    },
    "de": {
      "href": "/api/de.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "Deutsch"
    },
    "zh-Hans": {
      "href": "/api/zh-Hans.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "简体中文"
    },
    "ar": {
      "href": "/api/ar.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "العربية"
    },
    "hi": {
      "href": "/api/hi.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "हिन्दी"
    },
    "ja": {
      "href": "/api/ja.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "日本語"
    },
    "he": {
      "href": "/api/he.json",
      "rel": "alternate",
      "type": "application/json",
      "title": "עברית"
    },
    "canonical": {
      "href": "/api.json",
      "rel": "canonical",
      "title": "English (canonical) API root"
    }
  },
  "_meta": {
    "lang": "es",
    "license": "CC BY-SA 4.0",
    "apiVersion": "1.0"
  }
}