📱 Phone Validator API
The most accurate phone validation for Africa and Portuguese-speaking countries. Works where Twilio fails.
🇲🇿 Moçambique
🇦🇴 Angola
🇧🇷 Brasil
🇵🇹 Portugal
🇿🇦 África do Sul
🇳🇬 Nigéria
+19 países
📖 Quick Start
1. Register to get your API key:
curl -X POST https://phone-validator-api-2izk.onrender.com/registrar \
-H "Content-Type: application/json" \
-d '{"email": "you@email.com", "nome": "Your Name"}'
2. Validate any number:
curl -X POST https://phone-validator-api-2izk.onrender.com/validar \
-H "X-API-Key: your-key" \
-H "Content-Type: application/json" \
-d '{"numero": "+258 84 123 4567"}'
✅ Features
✔ 25 African & Lusophone countries
✔ Carrier detection (Vodacom, MTN, Safaricom, etc.)
✔ Line type (mobile, landline, toll-free)
✔ Number normalization (E.164 format)
✔ Automatic country detection
✔ REST API with JSON responses