c0mm0.com — the continuously verified register of European data

← All identifiers

address

Identifiant adresse BAN

Base Adresse Nationale address id (clé d'interopérabilité). The national pivot key for addresses.

join key10 filterable sources
Authority
BAN (Base Adresse Nationale)
Granularity
address
Format
BAN id / clé interop (e.g. 75056_8909_00012)
Sources
12

Reference / standard ↗

9 of 12 sources have sample values that match this key's format — they are directly joinable on it. The rest are candidates pending value evidence.

Sources exposing this identifier

SourceRaw fieldSample valuesKindAccessFilterable
Adresse sur Bordeaux Métropole au format BALcle_interop
33039_1100_00019, 33039_1100_00017, 33449_0431_00004
fieldopendatasoftYes
Base Adresse Localecle_interop
31003_0025_00005, 31003_0025_00003, 31003_0025_00004
fieldopendatasoftYes
Base Adresse Localecle_interop
67124_0303_00008, 67124_0303_00010, 67256_0290_00025
fieldopendatasoftYes
Base Adresse Locale (BAL) - communes d'Angers Loire Métropolecle_interop
49007_4316_00018, 49007_6610_00025_bis, 49007_0320_00031
fieldopendatasoftYes
Base Adresse Locale Saint Brieuc Armor Agglomérationcle_interop
22215_1935_00025, 22215_1304_00027, 22215_1450_00014
fielddatafairYes
Base Adresse Locale de la Région des Pays de la Loirecle_interop
44081_0822_00010, 44081_0822_00016, 44081_0822_00043
fieldopendatasoftYes
Base adresse locale Issy-les-Moulineauxcle_interop
92040_9150_00001, 92040_4105_00001, 92040_3165_00001
fieldopendatasoftYes
Référentiel adresse Eurométropolecle_interop
67326_x004_00013, 67326_x004_00016, 67326_x004_00020
fieldopendatasoftYes
Municipal buildingsADR_CLE_INTEROP
94059_0040_00036, 94059_0040_00042, 94059_0530_00101
fielddistributionUnknown
API Accès libreban_id
queryopenapiYes
Equipements et services sur la commune de Bauleadr_cle_interop
fieldopendatasoftYes
API QuiFormeid_ban
fieldopenapiUnknown

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: 9 live sources can be queried by a ban_address_id value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.

  1. 1Référentiel adresse Eurométropolecle_interopfilterableopendatasoftOpen in workbench →
  2. 2Adresse sur Bordeaux Métropole au format BALcle_interopfilterableopendatasoftOpen in workbench →
  3. 3API Accès libreban_idfilterableopenapiOpen in workbench →
  4. 4Base adresse locale Issy-les-Moulineauxcle_interopfilterableopendatasoftOpen in workbench →
  5. 5Base Adresse Locale de la Région des Pays de la Loirecle_interopfilterableopendatasoftOpen in workbench →
  6. 6Base Adresse Localecle_interopfilterableopendatasoftOpen in workbench →
Copy as code — curl
# Join plan — resolve one Identifiant adresse BAN (ban_address_id) across 9 official sources.
# Replace <VALUE> with the ban_address_id value you want (e.g. 33039_1100_00019).

# 1. Référentiel adresse Eurométropole (opendatasoft) — filter on cle_interop
curl -s 'https://data.strasbourg.eu/api/explore/v2.1/catalog/datasets/referentiel_adresse_eurometrostras/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 2. Adresse sur Bordeaux Métropole au format BAL (opendatasoft) — filter on cle_interop
curl -s 'https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/met_adresse-format-bal/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 3. API Accès libre (openapi) — filter on ban_id
curl -s 'https://www.data.gouv.fr/dataservices/api-acces-libre/api/erps/?ban_id=<VALUE>' -H 'Accept: application/json'

# 4. Base adresse locale Issy-les-Moulineaux (opendatasoft) — filter on cle_interop
curl -s 'https://data.issy.com/api/explore/v2.1/catalog/datasets/adresses-a-issy-les-moulineaux/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 5. Base Adresse Locale de la Région des Pays de la Loire (opendatasoft) — filter on cle_interop
curl -s 'https://data.paysdelaloire.fr/api/explore/v2.1/catalog/datasets/base-adresse-locale-region-pays-de-la-loire/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 6. Base Adresse Locale (opendatasoft) — filter on cle_interop
curl -s 'https://data.toulouse-metropole.fr/api/explore/v2.1/catalog/datasets/base-adresse-locale/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 7. Base Adresse Locale Saint Brieuc Armor Agglomération (datafair) — filter on cle_interop
curl -s 'https://datarmor.cotesdarmor.fr/data-fair/api/v1/datasets/base-adresse-locale-saint-brieuc-armor-agglomeration/lines?cle_interop_in=<VALUE>&size=2' -H 'Accept: application/json'

# 8. Base Adresse Locale (BAL) - communes d'Angers Loire Métropole (opendatasoft) — filter on cle_interop
curl -s 'https://data.angers.fr/api/explore/v2.1/catalog/datasets/bal_244900015_angersloiremetropole/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

# 9. Base Adresse Locale (opendatasoft) — filter on cle_interop
curl -s 'https://data.strasbourg.eu/api/explore/v2.1/catalog/datasets/bal_ems/records?where=cle_interop%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'

Replace <VALUE> with the join value (e.g. 33039_1100_00019). Each call hits the source's own API, filtered on its raw field for this key.