メインコンテンツまでスキップ

List of Countries

This endpoint returns the list of all country codes supported by the platform.

The codes are returned as lowercase ISO 3166-1 alpha-2 values. You can use them to associate data with specific countries across other API endpoints, such as when defining distribution countries or country-specific in-app product prices.

Endpoint

MethodURL
GEThttps://ws.catappult.io/api/countries

Authentication

No authentication required.

Response

Success

If the API call returns an HTTP 200 status code, the request was successful and it returns a JSON array containing all supported country codes.

Example Response

[
"ad",
"ae",
"af",
"ag",
"ai",
"al",
"am",
"ao",
"ar",
"at",
"au",
"..."
]