address
Identifiant adresse BAN
Base Adresse Nationale address id (clé d'interopérabilité). The national pivot key for addresses.
- Authority
- BAN (Base Adresse Nationale)
- Granularity
- address
- Format
- BAN id / clé interop (e.g. 75056_8909_00012)
- Sources
- 12
Sources exposing this identifier
| Source | Raw field | Sample values | Kind | Access | Filterable |
|---|---|---|---|---|---|
| Adresse sur Bordeaux Métropole au format BAL | cle_interop | 33039_1100_00019, 33039_1100_00017, 33449_0431_00004 | field | opendatasoft | Yes |
| Base Adresse Locale | cle_interop | 31003_0025_00005, 31003_0025_00003, 31003_0025_00004 | field | opendatasoft | Yes |
| Base Adresse Locale | cle_interop | 67124_0303_00008, 67124_0303_00010, 67256_0290_00025 | field | opendatasoft | Yes |
| Base Adresse Locale (BAL) - communes d'Angers Loire Métropole | cle_interop | 49007_4316_00018, 49007_6610_00025_bis, 49007_0320_00031 | field | opendatasoft | Yes |
| Base Adresse Locale Saint Brieuc Armor Agglomération | cle_interop | 22215_1935_00025, 22215_1304_00027, 22215_1450_00014 | field | datafair | Yes |
| Base Adresse Locale de la Région des Pays de la Loire | cle_interop | 44081_0822_00010, 44081_0822_00016, 44081_0822_00043 | field | opendatasoft | Yes |
| Base adresse locale Issy-les-Moulineaux | cle_interop | 92040_9150_00001, 92040_4105_00001, 92040_3165_00001 | field | opendatasoft | Yes |
| Référentiel adresse Eurométropole | cle_interop | 67326_x004_00013, 67326_x004_00016, 67326_x004_00020 | field | opendatasoft | Yes |
| Municipal buildings | ADR_CLE_INTEROP≈ | 94059_0040_00036, 94059_0040_00042, 94059_0530_00101 | field | distribution | Unknown |
| API Accès libre | ban_id | — | query | openapi | Yes |
| Equipements et services sur la commune de Baule | adr_cle_interop≈ | — | field | opendatasoft | Yes |
| API QuiForme | id_ban | — | field | openapi | Unknown |
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.
- 1Référentiel adresse Eurométropolecle_interopfilterableopendatasoftOpen in workbench →
- 2Adresse sur Bordeaux Métropole au format BALcle_interopfilterableopendatasoftOpen in workbench →
- 3API Accès libreban_idfilterableopenapiOpen in workbench →
- 4Base adresse locale Issy-les-Moulineauxcle_interopfilterableopendatasoftOpen in workbench →
- 5Base Adresse Locale de la Région des Pays de la Loirecle_interopfilterableopendatasoftOpen in workbench →
- 6Base Adresse Localecle_interopfilterableopendatasoftOpen in workbench →
# 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.