This project provides a static API for Marathi-English and English-Marathi dictionary data, suitable for static hosting (e.g., GitHub Pages). All endpoints are served as static JSON files.
https://bitwisebro.github.io/Marathi-Shabdakosh
/eng-mar/index.json).
/eng-mar/{Key}/Key)./eng-mar/optimism/index.json is
served by default.
/mar-eng/index.json).
/mar-eng/{Key}/Key),
passed in English transliteration./mar-eng/Aai/ (for Marathi word "आई")index.json is served by default./404.html{Key} endpoints is determined
by the folders present under eng-mar/ and
mar-eng/.
GET /eng-mar/ GET /eng-mar/optimism/ GET /mar-eng/ GET /mar-eng/Aai/ # for Marathi word "आई"
split.js: Node.js script for splitting dictionary JSON into
per-word folders.
eng-mar/index.json: Main English-Marathi dictionary source
(served at /eng-mar/).
mar-eng/index.json: Main Marathi-English dictionary source
(served at /mar-eng/).
eng-mar/{Key}/index.json: Per-word English-Marathi files
(served at /eng-mar/{Key}/).
mar-eng/{Key}/index.json: Per-word Marathi-English files
(served at /mar-eng/{Key}/).
missed_keys.json: List of keys that failed to process
(root).
flagged_folders.json: List of extra folders not matching
current keys (root).
404.html: Static fallback page.sql/: SQL scripts for data cleaning..gitignore: Excludes flagged_folders.json.README.md: Project documentation.eng-mar/ and
mar-eng/.