Phone · head-to-head
Cloudmersive Validate vs Numlookup
Cloudmersive's Phone Number Validation API parses and standardizes global phone numbers, returning line type, E.164/international/national formats, and country data, with client libraries for over 10 languages. A live OPTIONS preflight against its real API host, api.cloudmersive.com/validate/phonenumber/basic, returned Access-Control-Allow-Origin: * (cors reconfirmed "yes"), and a follow-up unauthenticated POST returned a 401 "Invalid API key or exceeded limits" over HTTPS, reconfirming auth "API Key" and https true. Its pricing page offers 600 free calls/month with no expiration alongside a $2,000/month paid tier — freemium.
Numlookupapi.com (an Everapi GmbH product) validates phone numbers and returns formatting, country, location, carrier, and line type via a REST endpoint that takes the number as a path parameter. A live OPTIONS preflight against its real API host, api.numlookupapi.com/v1/validate/, returned access-control-allow-origin echoing the request Origin plus access-control-allow-credentials: true, resolving the stored "unknown" cors to "yes"; a follow-up unauthenticated GET returned a 401 with www-authenticate: Key and a missing_api_key JSON error, confirming auth "API Key" over HTTPS. Its pricing page offers a Free plan (100 requests/month) alongside paid Basic/Pro/Scale tiers — freemium.
| Cloudmersive Validate | Numlookup | |
|---|---|---|
| Authentication | API Key | API Key |
| Pricing | freemium | freemium |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |