{
  "data": {
    "name": "Distill.family API",
    "description": "Self-describing JSON API mirroring the Distill.family content tree. CC BY-SA 4.0.",
    "languages": [
      "en",
      "es",
      "fr",
      "de",
      "zh-Hans",
      "ar",
      "hi",
      "ja",
      "he"
    ]
  },
  "_links": {
    "self": {
      "href": "/api.json",
      "rel": "self"
    },
    "traditions": {
      "href": "/api/traditions.json",
      "rel": "collection",
      "title": "Twelve traditions"
    },
    "map": {
      "href": "/api/map.json",
      "rel": "collection",
      "title": "Cross-tradition Map"
    },
    "compass": {
      "href": "/api/compass.json",
      "rel": "item",
      "title": "Union compass"
    },
    "search": {
      "href": "/api/search?q={query}&lang={lang}",
      "rel": "search",
      "title": "Search"
    },
    "openapi": {
      "href": "/api/openapi.json",
      "rel": "service-desc",
      "type": "application/openapi+json"
    },
    "docs": {
      "href": "/en/about/api",
      "rel": "help",
      "type": "text/html"
    }
  },
  "_meta": {
    "lang": "en",
    "license": "CC BY-SA 4.0",
    "apiVersion": "1.0"
  }
}