v1.0.0
OAS 3.0.0
Word to Number API
Converts English words to numbers. Supports numbers up to billions.
Client Libraries
Converts English words to numbers. Supports numbers up to billions.
curl https://word-to-number.akaalroop.com/ \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"word": "twenty-five million",
"word-1": "seventeen thousand three hundred and ninety-nine",
"word-2": "one hundred and ninety-three"
}'
{
"number": 25000000,
"number-1": 17399,
"number-2": 193
}Successful conversion
| Enabled | Key | Value |
|---|
| Enabled | Key | Value |
|---|---|---|
| Enabled | Key | Value |
|---|---|---|
accept | application/json | |
content-type | application/json | |
| Enabled | Key | Value |
|---|---|---|