---
title: "CountriesResponse"
url: "https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b/schemas/CountriesResponse"
---

> Full API specification: https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b.md

# CountriesResponse

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: ARS — Address Resolution Service
  version: 4.3.1
servers:
  - url: https://api-uat.ionova.ai/ars
    description: UAT (test data only)
components:
  schemas:
    CountriesResponse:
      type: object
      xml:
        name: CountriesResponse
      properties:
        countries:
          type: array
          items:
            type: object
            properties:
              code:
                type: string
                pattern: ^[A-Z]{2}$
              name:
                type: string
              sepaMember:
                type: boolean
              eeaMember:
                type: boolean
```
