This site was created to convert numbers from numeric form to written numbers. In the future I plan to expand it to more languages than English.
GET /api/${value}| Parameter | Type | Description |
|---|---|---|
value |
string |
Required. Input can only contain digits |
GET /api/1202Result
{
"1202": "one thousand two hundred two"
}