Arabic Numbers API
The 7x Numbers API converts numerals back and forth between Arabic-Indic and Latin scripts, with full Unicode handling for prices, dates and free-form text.
Useful for any application that has to display content correctly for Arabic-speaking audiences, or normalise mixed-script numeric input.
Common use cases
- Render prices and dates in the correct numeral system per locale
- Normalise mixed Arabic / Latin numeric form input
- Generate bilingual receipts and invoices
- Display analytics in the user’s preferred numeral system
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /numbers/toArabic | Convert a string containing Latin numerals to Arabic-Indic. |
| GET | /numbers/toLatin | Convert a string containing Arabic-Indic numerals to Latin. |
Try it - full API reference
Explore the OpenAPI specification below. Sign up for a free API key to make live requests.