Public API converting numbers to words for Russian and English currency formats.
- Category:
*.api.airat.top(public API project). - Deployment platform: Cloudflare Workers.
- Main files:
worker.js,wrangler.toml.
- Live endpoint:
https://num2words.api.airat.top. - Status page:
https://status.airat.top. - Supports
GETandPOST. - Main params:
number(required),lang,currency,caps. - Health route:
/health.
- Keep language/currency compatibility (
ru/rub,en/usd|eur). - Keep error contracts for missing
numberand unsupported values. - Preserve handling for decimals and negative numbers.