We use essential cookies

We use strictly necessary cookies for authentication and, with your consent, optional analytics cookies to improve the product.

APIs/Phone Validation API
Utilitiesoperational

Phone Validation API

Parse and validate phone numbers by region, format to E.164/international/national. Pure algorithm — no third-party lookup.

Use cases

Signup forms
CRM data hygiene
SMS delivery preflight
Support ticket routing

Endpoints

Base: /api/v1/phone
MethodPathDescriptionCredits
GET/validateValidate and normalise phone number1
GET/formatFormat to e164 / international / national1

Code examples

curl
curl -H "X-API-Key: $LOFTPRESS_KEY" \
  "https://loftpress.shop/api/v1/phone/validate"

Sample response

json
{
  "input": "+905551234567",
  "e164": "+905551234567",
  "valid": true,
  "region": "TR",
  "type": "mobile"
}

Live playground

No API key required. Rate-limited to 30 req/min per IP.

// Click Run to try the API

Pricing plans

100,000 req · 50 req/s
$200/mo
+ applicable taxes
1,000,000 req · 200 req/s
$500/mo
+ applicable taxes

VAT, GST or other applicable sales tax is calculated and collected by Creem at checkout based on the customer's location.

Changelog / Status
All systems operational
Live status →