---
title: "Get the available datasets for the supplied country."
method: GET
path: "/address/datasets/v1"
tags: ["Address Validation"]
---

# Get the available datasets for the supplied country.

`GET /address/datasets/v1`

## Query parameters

- `country_iso` string

## Headers

- `Reference-Id` string
- `Timeout-Seconds` integer

## Response `200`

OK

- AddressDatasetsV1Response — Response model for AddressDatasetsV1 endpoint.
  - `error` ResponseError — Error model containing the error details.
    - `type` string, nullable — A link to documentation that provides more details about the error you’ve encountered.
    - `title` string, nullable — The title of the error.
    - `detail` string, nullable — A description of the error.
    - `instance` string, nullable — The endpoint that returned the error.
  - `result` AddressDatasetsCountryResult[], nullable — The address datasets V1 result.
    - `country_iso_3` string, nullable — The country ISO3 code.
    - `country_name` string, nullable — The country name.
    - `datasets` AddressDatasetElement[], nullable — The available datasets.
      - `id` string, nullable — The ID of the dataset.
      - `name` string, nullable — The name of the dataset.
    - `valid_combinations` array[], nullable — The combination of valid datasets.
      - string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `406` — Not Acceptable
- `408` — Request Timeout
- `415` — Unsupported Media Type
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.dev/experianaperture/apis/aperture-rest-api.md) · [All operations](https://skmtc.dev/experianaperture/apis/aperture-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/experianaperture/aperture-rest-api/revisions/f17d329b4892/schema)
