Get Lga By Country
Get Lga By Country
GET
https://vapi.verifyme.ng/v1/countries/:country_id/lgas
Get all Lgas by country ID
Path Parameters
Name
Type
Description
country_id
string
Country ID
Query Parameters
Name
Type
Description
limit
string
Number of Lgas to fetch at once
offset
string
Number of Lgas to skip per call
{
"status": "success",
"_pagination": {
"limit": 2,
"offset": 0,
"total": 775
},
"data": [
{
"id": 1,
"name": "Aba North",
"code": "LGA1"
},
{
"id": 2,
"name": "Aba South",
"code": "LGA2"
}
]
}
Last updated
Was this helpful?