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 \
  --header 'X-API-Key: <x-api-key>' \
  --header 'X-User-ID: <x-user-id>'
{
  "total": 123,
  "countries": [
    {
      "code": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-API-Key
string
required
X-User-ID
string
required

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).