Validate and format a phone number. Prefer E.164 (+14155552671). For national formats without a leading +, pass ?country=US as the default region.
Built for signup forms and CRM normalization. Paid deep adds line type and a state hint.
Try it
$ curl "https://api.parseapi.com/phone/%2B14155552671" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~17ms · USA { "valid": true, "e164": "+14155552671", "country": "US", "national": "(415) 555-2671", "international": "+1 415-555-2671" }
Response fields
SPEED
Median time for a /phone response to reach a real city, first byte back, measured live from 16 cities. Not a lab benchmark. The whole trip.
US
17ms
EU
20ms
APAC
44ms
LatAm
22ms
ME
126ms