phone number validationphone validator APIE.164 format checkerinternational phone validationline type detection

Phone Validator API

Validate phone numbers from any country. Detect carrier, line type and E.164 format.

Phone number validation API. Validate any international phone number, detect country by prefix (200+ countries), classify line type (mobile, landline, VoIP) and get E.164 normalized output. No external API calls — 100% server-side, under 10ms.

POST/api/trpc/phoneValidator.validate
1 token / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

Registration forms with phone verification
SMS and OTP verification systems
CRM and marketing automation
B2B contact data validation

Response example

Real input and output. What you send and what you get back.

// Input

{
  "phone": "+34612345678"
}

// Output

{
  "phone": "+34612345678",
  "is_valid": true,
  "country_code": "ES",
  "country_name": "Spain",
  "e164": "+34612345678",
  "formatted": "+34 612 345 678",
  "type": "mobile",
  "carrier": "Movistar",
  "reason": null
}

Try it now

// live demo — no account needed to try

Playground

Demo activa1 token

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/phoneValidator.validate \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"phone":"+34612345678"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

// production ready

Start using Phone Validator API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.