You can call the Converter API via the POST method, for example: ? curl -s -X POST https://helloacm.com/api/convert-number-to-english/ -d "n=5677" {"arabic":"5677","english":"Five Thousand Six Hundred Seventy Seven"} If you are using POST method, the result will not be cached...
Roman NumeralsArabic to Roman number converter Enter your Arabic number (1-3999):The numbers that we normally use (1, 2, 3 etc) are called "Arabic numerals". But we sometimes use another system for writing numbers - "Roman numerals". The Romans used letters of the alphabet to represent...
Arabic Numeral (Integer): Convert Integer to English (API)We provide a simple API (subject to fair use policy) that converts the given Integer to English string.API example: https://helloacm.com/api/convert-number-to-english/?cached&n=-9223372036854775807 returns: {"arabic":"9223372036854775807...