GET /phone/{number}
Pass a phone number. Get it back valid, formatted, plus the line type.
Try it
245 countries and regions.
valid
Number is valid
type
mobile | landline | toll_free | unknown, what the numbering plan says. The network's word (voip) lives on /carrier
state
State/province code from the area code (NANP), else null
state_name
State/province name from the area code (NANP), else null
country
ISO 3166-1 alpha-2 country
national
National formatting
international
International formatting
1
National or international. North American 10-digit is detected from the area code.
2
Valid, national, and international, plus line type and the area-code state. One JSON.
3
Drop a CSV or Excel file. Carrier, caller ID, and live status are toggles on the quote.
Valid, formatted, plus the line type. Area-code state included.
Who serves it. Real line type, including voip. Burner flag.
The name a phone screen shows.
Assigned, and switched on.
Valid, formatted, plus the line type.
Drop a CSV or Excel file. Half a cent a number with the carrier check, $5 minimum. Caller ID and live status are toggles on the quote.
Drop a CSV, Excel, or Numbers file
.csv, .xlsx, .xls, .numbers, .tsv, or a text list
Check a phone number before you store it. Pass +14155552671 and get it back valid, national, and international, with the line type and the state behind the area code. A 10-digit North American number is detected from the area code. Other national formats take ?country=.
Built for signup forms and CRM cleanup. Answers come from the numbering plan itself. When you need the network's word, the same number drops into /carrier, /caller, or /hlr.
RESPONSE
$ curl "https://api.parseapi.com/phone/+14155552671" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~39ms US · ~107ms worldwide { "phone": "+14155552671", "valid": true, "country": "US", "type": "landline", "state": "CA", "state_name": "California", "national": "(415) 555-2671", "international": "+1 415-555-2671" }
Response fields
QUESTIONS
SPEED
US
39ms
EU
82ms
APAC
141ms
LatAm
18ms
ME
122ms
Worldwide. Every numbering plan.
Look up an area code or format a list of numbers with the number formatter.