Category
Parse Angolan numbers and classify the numbering range.
The phone routes normalize local or international input, separate country and national parts, and map mobile prefixes to Unitel, Africell, or Movicel when the range is known.
Routes
3 GET
Country code
+244
Availability model
Numbering plan
Routes in this family
#| Route | Purpose | Key query |
|---|---|---|
| /api/v1/phone/parse | Return structured phone-number components and formats. | phone |
| /api/v1/phone/validate | Validate format and report numbering-plan availability. | phone |
| /api/v1/phone/operator | Detect the mobile operator from the range prefix. | phone |
GET /api/v1/phone/parse
#Use parse when you need a canonical normalized number plus reusable formatting for storage or UI.
| Parameter | Required | Description |
|---|---|---|
| phone | Yes | Local or international Angolan number, such as `923456789` or `+244923456789`. |
cURL usage
200 response
Error response
GET /api/v1/phone/validate
#Use validate when you need a pass/fail result plus numbering-plan availability information.
| Parameter | Required | Description |
|---|---|---|
| phone | Yes | Local or international Angolan phone number. |
cURL usage
200 response
Error response
Availability is based on known Angolan numbering ranges. It does not confirm live subscriber reachability.
GET /api/v1/phone/operator
#Use operator when you need only the operator lookup and not the rest of the parsed phone payload.
| Parameter | Required | Description |
|---|---|---|
| phone | Yes | Local or international Angolan phone number. |
cURL usage
200 response
Error response