Phone Number Validator
Phone Number Validator — This API validates phone numbers, providing details s
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.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://api.numlookupapi.com/healthz
{
"success": true,
"environment": "production",
"version": "everapi@6dfb626c",
"hostname": "everapi-app-1"
}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())/healthzPROBEDPhone Number Validator — This API validates phone numbers, providing details s
/pingLightweight ping endpoint.
/statusService status metadata.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
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?
Phone Number Validator is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.