{
  "apiVersion": "1.0",
  "name": "Yo Shabdakosh Static API",
  "description": "Static JSON API for the Yo Shabdakosh Nepali dictionary dataset.",
  "generatedAt": "2023-06-05T03:56:34.000Z",
  "license": "License pending source-rights verification.",
  "sourceDataset": "../../data/sabdakosh.json",
  "endpoints": {
    "metadata": "metadata.json",
    "manifest": "manifest.json",
    "letters": "letters.json",
    "words": "words.json",
    "wordsByLetter": "words-by-letter/{letter}.json",
    "sample": "sample.json",
    "chunks": "chunks/{chunk}.json"
  },
  "stats": {
    "entries": 123371,
    "definitionBlocks": 128343,
    "senses": 179142,
    "etymologies": 78313,
    "missingGrammarLabels": 429,
    "blankGrammarLabels": 0
  },
  "notes": [
    "This is a static API designed for GitHub Pages and raw GitHub hosting.",
    "Use letters.json and words-by-letter files for efficient exact word lookup.",
    "words.json is preserved as a full index for compatibility, but it is larger.",
    "All files are UTF-8 JSON."
  ]
}
