> 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-state-for-country.md).

# Get State For Country

## Get State For Country

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

Get all states for a country by country ID&#x20;

#### Path Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| id   | string | Country ID  |

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

```
{
    "status": "success",
    "data": [
        {
            "id": 1,
            "name": "Abia",
            "code": "NG-AB"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
