Get Lga By Country
Get Lga By Country
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
"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