building
Identifiant RNB (bâtiment)
Référentiel National des Bâtiments id — the emerging national pivot key for buildings, designed to link building data across sources.
- Authority
- RNB (CSTB / IGN)
- Granularity
- building
- Format
- RNB ID (alphanumeric)
- Sources
- 11
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 rnb_id value directly. Pick a value, run each call, and the responses describe the same entity from each source's angle.
- 1[Piscines GPS] Caracteristiques des bassinsrnb_idfilterableopendatasoftOpen in workbench →
- 2Data ES - Equipement sportif et lieu de pratique sur le territoire Aix Marseille Provenceidentifiant_rnbfilterableopendatasoftOpen in workbench →
- 3Acceslibre - Accessibilité des établissements recevant du public (ERP) pour les personnes en situation de handicap à Issy-les-Moulineauxrnb_idfilterableopendatasoftOpen in workbench →
- 4DPE — Passoires énergétiquesid_rnbfilterabledatafairOpen in workbench →
- 5[Observatoire habitat] ADEME - DPE des logements existants (depuis juillet 2021)id_rnbfilterableopendatasoftOpen in workbench →
- 6Equipements sportifs et lieux de pratiques en région Occitaniernb_idfilterableopendatasoftOpen in workbench →
# Join plan — resolve one Identifiant RNB (bâtiment) (rnb_id) across 6 official sources.
# Replace <VALUE> with the rnb_id value you want (e.g. FRQ9YP8FQXCM).
# 1. [Piscines GPS] Caracteristiques des bassins (opendatasoft) — filter on rnb_id
curl -s 'https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/piscines-gps-caracteristiques-des-bassins/records?where=rnb_id%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 2. Data ES - Equipement sportif et lieu de pratique sur le territoire Aix Marseille Provence (opendatasoft) — filter on identifiant_rnb
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/data-es-equipement-sportif-et-lieu-de-pratique-sur-le-territoire-aix-marseille-p/records?where=identifiant_rnb%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 3. Acceslibre - Accessibilité des établissements recevant du public (ERP) pour les personnes en situation de handicap à Issy-les-Moulineaux (opendatasoft) — filter on rnb_id
curl -s 'https://data.issy.com/api/explore/v2.1/catalog/datasets/acces-libre/records?where=rnb_id%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 4. DPE — Passoires énergétiques (datafair) — filter on id_rnb
curl -s 'https://data.ademe.fr/data-fair/api/v1/datasets/dpe03existant/lines?id_rnb_in=<VALUE>&size=2' -H 'Accept: application/json'
# 5. [Observatoire habitat] ADEME - DPE des logements existants (depuis juillet 2021) (opendatasoft) — filter on id_rnb
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/dpe-logements-existants-depuis-juillet-2021-sur-le-territoire-metropolitain/records?where=id_rnb%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'
# 6. Equipements sportifs et lieux de pratiques en région Occitanie (opendatasoft) — filter on rnb_id
curl -s 'https://data.laregion.fr/api/explore/v2.1/catalog/datasets/equipements-sportifs-et-lieux-de-pratiques-en-region-occitanie/records?where=rnb_id%3D%22<VALUE>%22&limit=2' -H 'Accept: application/json'Replace <VALUE> with the join value (e.g. FRQ9YP8FQXCM). Each call hits the source's own API, filtered on its raw field for this key.