Phone — entry 001 of 7
Numlookup
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.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.