> For the complete documentation index, see [llms.txt](https://docs.verifyme.ng/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifyme.ng/location/get-lga-by-state.md).

# Get Lga By State

## Get Lga By State

<mark style="color:blue;">`GET`</mark> `https://vapi.verifyme.ng/v1/states/:state_id/lgas`

get Lgas by State ID

#### Path Parameters

| Name      | Type   | Description |
| --------- | ------ | ----------- |
| state\_id | string | State ID    |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success",
    "data": [
        {
            "id": 1,
            "name": "Aba North",
            "code": "LGA1"
        },
        ...
    ]
}
```

{% endtab %}
{% endtabs %}
