Mobile validation API
Postcoder mobile validation queries the Home Location Register (HLR) databases of global network providers in real time to confirm if a number is active, assigned and reachable via call or SMS.
- Validates in real time
- Standardises the mobile phone number
- Provides the carrier name and country
- Confirms on/off status
- Supports all countries
GET /pcw/PCW45-12345-12345-1234X/mobile/07500%20123456?format=json
----
{ "stateid": 1, "state": "Number is valid and on.", "on": true, "valid": true, "number": "00447500123456", "type": "MOBILE", "networkname": "UK - 02 (UK) Limited", "networkcode": "10", "countrycode": "234", "countryname": "United Kingdom of Great Britain and Northern Ireland" }