---
title: "List Admin1 Values"
method: GET
path: "/api/v2/geo/admin1"
tags: ["Geography"]
---

# List Admin1 Values

`GET /api/v2/geo/admin1`

Discover valid state/province/admin1 values for one country. This endpoint is intentionally country-scoped and does not return the full admin1 catalog.

## Query parameters

- `country` string, required

## Response `200`

Country-scoped admin1 values

- object
  - `success` true
  - `country` string
  - `admin1` string[]

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
