---
title: "List Country Codes"
method: GET
path: "/api/v2/tech/country-options"
tags: ["Country Codes"]
---

# List Country Codes

`GET /api/v2/tech/country-options`

Returns the ISO 3166-1 **alpha-3** country codes accepted by the Agent Primitive search endpoints. Ordered by company volume so the highest-coverage codes (USA, GBR, CHN, FRA, IND, DEU, ...) come first.

**Where these codes are used:**
- `GET /api/v2/tech/companies` - `hq_country_code` parameter.

One-shot discovery call - static, safe to cache.

## Response `200`

Successful Response

- CountryOptionsResponse — Static catalog of country codes accepted by the `country_code` filter on `/api/v2/tech/companies`.
  - `total` integer, required — Total number of supported country codes.
  - `countries` CountryOption[], required — Country options ordered by company-data volume (most-populated first).
    - `code` string, required — ISO 3166-1 alpha-3 country code (e.g. 'USA', 'GBR', 'DEU').
    - `name` string, required — Canonical English country name.

---

[API](https://skmtc.net/openfunnel/apis/openfunnel-agent-primitives.md) · [All operations](https://skmtc.net/openfunnel/apis/openfunnel-agent-primitives/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfunnel/openfunnel-agent-primitives/revisions/68cc95acb1f2/schema)
