Cities catalog for a country
Returns the cities of one ISO 3166-1 alpha-2 country, grouped by subdivision: states keys are the same ISO 3166-2 codes as country_subdivisions in GET /v1/aml/catalogs, and country_cities lists the cities whose region could not be mapped to a subdivision (offer them too). Neither field is ever null. A country without coverage answers 200 with empty lists — fall back to a free-text city field. Static data served with Cache-Control: public, max-age=86400; safe to cache for a day. One call per country, then filter by state on the client.
Authorizations
Session JWT (from register/login) or API key (pk_...).
X-API-Key: <token> is accepted as an alternative header.
Query Parameters
ISO 3166-1 alpha-2 country code (e.g. US).
^[A-Z]{2}$Response
Cities of the country grouped by subdivision (empty lists when the country has no coverage).