v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

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.

get/countries

Query parameters

store'ios' | 'android'

The store for which you want the list of countries

Response

200

Example response

{
  "result": [
    {
      "code": "us",
      "name": "United States of America"
    }
  ],
  "metadata": {
    "request": {
      "path": "/api/public/apptweak/countries",
      "params": {
        "store": "ios"
      },
      "cost": 1,
      "max_credit_cost": 1,
      "status": 200
    }
  }
}