---
title: "Countries"
method: GET
path: "/countries"
---

# Countries

`GET /countries`

Get the list of country codes and names for a given store. Go to the <a href="https://developers.apptweak.com/reference/languages" target="_blank">Languages endpoint</a> to get the list of languages.

## Query parameters

- `store` 'ios' | 'android'

## Response `200`

200

- object
  - `result` object[]
    - `code` string
    - `name` string
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `store` string
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
    - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
