Phone — entry 001 of 7

Numlookup

Verified Jul 2026

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.

phone-validationcarrier-lookupline-typeopenapifreemium
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/numlookup/"><img src="https://greatapis.com/badge/numlookup.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Get a key at the provider
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

Servers
https://api.numlookupapi.com
Auth
ApiKeyQueryApiKeyHeader
Validation1

Phone number validation.

GET/v1/validate/{number}Validate a phone number
Parameters
NameInRequiredType
numberpathyesstring
country_codequerynostring
Responses
StatusDescriptionSchema
200Validation result. Check the `valid` field.ValidationResult
401
422
429
500
Metadata1

Account status.

GET/v1/statusAccount quota status
Responses
StatusDescriptionSchema
200Current quota usage for the authenticated account.StatusResponse
401

Try it

Developer reference

Base URLhttps://api.numlookupapi.com
Rate limit

100 requests/month plus 10 requests/minute on Free plan; 5,000/month on Basic; 50,000/month on Pro; 250,000/month on Scale; custom on Enterprise

Key endpoints
  • GET/v1/validate/{number}
  • GET/v1/status