# List Countries Endpoint: GET /v2/country Version: 2.0 Security: X-API-Key, api_key ## Response 200 fields (application/json): - `code` (string, required) The alpha-2 value Example: "CH" - `english` (string) English name Example: "Switzerland" - `german` (string) German name Example: "Schweiz" - `french` (string) French name Example: "Suisse" - `italian` (string) Italian name Example: "Svizzera"