Skip to main content
GET/api/v1/general/states
Two utility lookups for Nigerian geography: fetch all 36 states (plus the FCT), then fetch the Local Government Areas within any one of them. Use them to populate address forms, validate user input, and drive location-based logic.

Headers

List of states

Call GET /api/v1/general/states with no query parameters. Returns a states array of every Nigerian state name (including the Federal Capital Territory).
200 — OK

List of LGAs

Call GET /api/v1/general/states/lgas with a state query parameter (a state name from the list above). Returns an lgas array of the Local Government Areas in that state.
GET /api/v1/general/states/lgas
200 — OK

Errors