Phone Number Validator

Phone Number Validator — This API validates phone numbers, providing details s

🔭 Science & SpaceHEALTHYchecked 9h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Phone Number Validator exposes this API validates phone numbers, providing details such as the local and international format. It identifies the country, carrier, and line type for the given number, ensuring accurate communication. We verified a keyless GET endpoint returning JSON (Science & Math). Check the provider docs for rate limits and terms before production use.

97HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 97 · healthy
Uptime history
100%90 days
100%30 days
342P50 · ms
706P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 51 ms, slowest 627 ms, most recent 89 ms.
Live response samplecaptured by our last successful check
GET https://api.numlookupapi.com/healthz

{
  "success": true,
  "environment": "production",
  "version": "everapi@6dfb626c",
  "hostname": "everapi-app-1"
}
Call itcurl · fetch · python
curl "https://api.numlookupapi.com/healthz"
const res = await fetch("https://api.numlookupapi.com/healthz");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.numlookupapi.com/healthz")
print(res.json())
Endpoints · 3HealthyFULL DOCS ↗
Monitored path responding — GET /healthz342 mschecked 9h ago
GET/healthzPROBED

Phone Number Validator — This API validates phone numbers, providing details s

GET/ping

Lightweight ping endpoint.

GET/status

Service status metadata.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Phone Number Validator: common questions

Is Phone Number Validator free to use?

Yes — Phone Number Validator is a free science & space API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Phone Number Validator need an API key?

No — Phone Number Validator needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Phone Number Validator from the browser?

Yes — Phone Number Validator returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Phone Number Validator up right now?

As of our last scheduled check, Phone Number Validator is healthy with 100% uptime over 90 days and a 342 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.