| API Function | Request | Response |
|---|---|---|
| Number to words | GET /numbers/{lang}/{number} |
Simple text |
| Number to currency words | GET /currency/{lang}/{currency}/{number} |
Simple text |
| Parameter | Type | Description |
|---|---|---|
lang |
string | Available values: lv, lt, en, ru |
currency |
string | Available values: EUR, GBP, USD, RUB |
number |
int or float | Float with point seperator. Example: 1234567.89 |