numbers-to-words

FREEMIUM
By Saddem-Khadra | Updated एक महीने पहले | Tools
Popularity

9.2 / 10

Latency

72ms

Service Level

100%

Health Check

100%

README

This endpoint accepts a JSON payload with the following structure:

{
  "number": 10.22456,
  "delete_from_sentence": null,
  "currency": "دينار",
  "decimal_currency": "مليم",
  "separator": "و",
  "decimal": 3,
  "language": "ar"
}
  • number (required): The numeric value to convert to words.
  • delete_from_sentence (optional): A word to delete from the generated sentence.
  • currency (optional): The currency to append to the result.
  • decimal_currency (optional): The currency for the decimal part.
  • separator (optional): A separator for the integer and decimal parts.
  • decimal (optional): The number of decimal places.
  • language (required): The language for the conversion.

Response :

{
  "message": "عشرة دينار و مئتان و خمسة و عشرون مليم"
}
Followers: 3
API Creator:
Rapid account: Saddem Khadra
Saddem-Khadra
Saddem-Khadra
Log In to Rate API
Rating: 1 - Votes: 1