Skip to main content
GET
/
api
/
v1
/
shared
/
location
/
states
Get States
curl --request GET \
  --url https://api.getscale.ng/api/v1/shared/location/states
{
  "status": "success",
  "data": [
    {
      "id": 25,
      "name": "Lagos"
    },
    {
      "id": 26,
      "name": "Ogun"
    }
  ]
}
Retrieves the master list of all valid Nigerian states along with their system-wide primary database IDs.
{
  "status": "success",
  "data": [
    {
      "id": 25,
      "name": "Lagos"
    },
    {
      "id": 26,
      "name": "Ogun"
    }
  ]
}