Skip to main content
GET
/
api
/
v2
/
tech
/
country-options
List Country Codes
curl --request GET \
  --url https://api.openfunnel.dev/api/v2/tech/country-options
{
  "total": 123,
  "countries": [
    {
      "code": "<string>",
      "name": "<string>"
    }
  ]
}

Response

200 - application/json

Successful Response

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 · object[]
required

Country options ordered by company-data volume (most-populated first).