Number to Words
# Number to Words ## Get Your First Response in 2 Minutes **Step 1:** Subscribe to the Free plan and copy your API key. **Step 2:** Run this request: ``` GET /v1/convert?number=1042 ``` **Step 3:** You'll get back the number spelled out in words: ```json { "number": "1042", "words": "one thousand and forty-two", "lang": "en", "to": "cardinal" } ``` Switch languages or modes with two optional…
Number to Words endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
ConvertNumberToWords /v1/convert |
Convert an integer or decimal number to its written-out word form. Supports 56 languages and four modes: cardinal, ordinal, ordinal_num, year, and currency. Defaults to English… |
| GET |
HealthCheck /v1/health |
Returns the current health status of the API. Use this endpoint to verify the service is reachable before sending requests. No authentication is required. |
| GET |
ListLanguages /v1/languages |
Returns all 56 language codes supported by the convert endpoint, sorted alphabetically. Use any returned code as the 'lang' parameter on GET /v1/convert. |
Number to Words pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | — |
|
| ULTRA Recommended | $14.99 / month | — |
|
| MEGA | $49.99 / month | — |
|