# Get Lga By ID

## Get Lga By ID

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

Get Lga by Lga ID

#### Path Parameters

| Name    | Type   | Description |
| ------- | ------ | ----------- |
| lga\_id | string | Lga ID      |

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

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

{% endtab %}
{% endtabs %}
