Request

[GET]
{{baseUrl}}api/v1/general/states/lgas
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringprivate key

Query parameter

ParameterTypeDescription
state *stringThe State name obtained hererequired

Sample response

Response
{
    "lgas": [
        "Agege",
        "Ajeromi-Ifelodun",
        "Alimosho",
        "Amuwo-Odofin",
        "Apapa",
        "Badagry",
        "Epe",
        "Eti-Osa",
        "Ibeju-Lekki",
        "Ifako-Ijaiye",
        "Ikeja",
        "Ikorodu",
        "Kosofe",
        "Lagos Island",
        "Lagos Mainland",
        "Mushin",
        "Ojo",
        "Oshodi-Isolo",
        "Shomolu",
        "Surulere"
    ]
}```