territorial
Country code (ISO 3166-1)
Two-letter country code — a coarse but universal dimension for any EU-wide dataset.
- Authority
- ISO 3166 / Eurostat
- Granularity
- country
- Format
- 2 uppercase letters
- Sources
- 59
Sources exposing this identifier
Value dot: ● values fit the format (joinable) · ● partial · ● mismatch · ● no samples. ◆ matched by the source's declared concept (highest confidence) · ≈ matched by pattern (lower confidence) ·* required · a “param” kind is a request input you can call the API with (driving sequential, drill-down queries). “Filterable” is authoritative for Opendatasoft and request parameters, captured for DataFair, inferred for feature services, and unknown for plain OpenAPI response fields.
Join plan
Joining sources on this key
The concrete recipe: 6 live sources can be queried by a iso_country value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.
- 1Geonames - All Cities with a population > 1000country_codefilterableopendatasoftOpen in workbench →
- 2Loire-Atlantique solidarité sans frontière (SSF) – Associations de Solidarité internationalecode_paysfilterableopendatasoftOpen in workbench →
- 3World - country shapesiso2filterableopendatasoftOpen in workbench →
- 4Airports codecountry_codefilterableopendatasoftOpen in workbench →
- 5BGS World Mineral Statistics service (OGC WFS)ISO2filterablewfsOpen in workbench →
- 6c0mm0 Live Register APIcountry_codefilterableopenapiOpen in workbench →
# Join plan — resolve one Country code (ISO 3166-1) (iso_country) across 6 official sources.
# Replace <VALUE> with the iso_country value you want (e.g. FR).
# 1. Geonames - All Cities with a population > 1000 (opendatasoft) — filter on country_code
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/geonames-all-cities-with-a-population-1000/records?where=country_code%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 2. Loire-Atlantique solidarité sans frontière (SSF) – Associations de Solidarité internationale (opendatasoft) — filter on code_pays
curl -s 'https://data.loire-atlantique.fr/api/explore/v2.1/catalog/datasets/224400028_ssf-associations/records?where=code_pays%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 3. World - country shapes (opendatasoft) — filter on iso2
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/country_shapes/records?where=iso2%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 4. Airports code (opendatasoft) — filter on country_code
curl -s 'https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/airports-code/records?where=country_code%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 5. BGS World Mineral Statistics service (OGC WFS) (wfs) — filter on ISO2
curl -s 'https://data.gov.uk/dataset/bgs-world-mineral-statistics-service-ogc-wfs?service=WFS&version=2.0.0&request=GetFeature&typeNames=erl%3ACommodity&count=2&outputFormat=application%2Fjson&CQL_FILTER=ISO2%3D%27<VALUE>%27' -H 'Accept: application/json'
# 6. c0mm0 Live Register API (openapi) — filter on country_code
curl -s 'https://commodity.vincent-berthelemy.workers.dev/api/v1/api/v1/entries?country_code=<VALUE>' -H 'Accept: application/json'Replace <VALUE> with the join value (e.g. FR). Each call hits the source's own API, filtered on its raw field for this key.