{
  "name": "NADA Localization API",
  "version": "1.0.0",
  "description": "Deterministic, authoritative localization of programming-language keywords + standard-library names into 100+ human languages. The same engine that powers the NADA IDE, as an API.",
  "endpoints": {
    "GET /v1/languages": "Programming languages covered (with term/locale/canonical counts).",
    "GET /v1/locales": "Human-language locales covered.",
    "GET /v1/search": "Substring search of canonical terms. params: language (required), q (required), surface?, locale?, limit? (1-100, default 20).",
    "GET /v1/term": "Localized rendering(s) of one canonical term. params: language (required), canonical (required), surface?, locale?.",
    "POST /v1/localize": "Localize a code snippet. body: {code, programmingLanguage, targetLocale}."
  },
  "docs": "https://api.nada.build/"
}