Get Lga By State
Get Lga By State
GET
https://vapi.verifyme.ng/v1/states/:state_id/lgas
get Lgas by State ID
Path Parameters
Name
Type
Description
state_id
string
State ID
{
"status": "success",
"data": [
{
"id": 1,
"name": "Aba North",
"code": "LGA1"
},
...
]
}
Last updated
Was this helpful?