Download OpenAPI specification:Download
API sending data concerning companies in New Caledonia and their establishments
Retrieve simplified and enriched data from https://data.gouv.nc/
Get details of that company
rid required | string Example: 0132720 First seven digits of the RIDET |
{- "code_ape": "string",
- "code_forme_juridique": "string",
- "date_emploi": "2022-03-10",
- "date_entreprise_active": "2022-03-10",
- "denomination": "string",
- "rid": "string",
- "salaries": "string",
- "section_naf": "string",
- "division_naf": "string",
- "libelle_division_naf": "string",
- "libelle_forme_juridique": "string",
- "libelle_naf": "string",
- "libelle_section_naf": "string",
- "province": "string",
- "libelle_commune": "string",
- "code_postal": "string",
- "code_officiel_geographique": "string",
- "code_commune": "string"
}
Get list of establishments
rid required | string Example: 0132720 First seven digits of the RIDET |
{- "count": 0,
- "establishments": [
- {
- "code_ape": "string",
- "enseigne": "string",
- "code_forme_juridique": "string",
- "sigle": "string",
- "date_etablissement_actif": "2022-03-10",
- "denomination": "string",
- "ridet": "string",
- "section_naf": "string",
- "division_naf": "string",
- "libelle_commune": "string",
- "libelle_division_naf": "string",
- "libelle_forme_juridique": "string",
- "libelle_naf": "string",
- "libelle_section_naf": "string",
- "code_commune": "string",
- "code_geographique": "string",
- "code_postal": "string",
- "province": "string"
}
]
}
Retrieve simplified and enriched data from https://data.gouv.nc/
Get details of that establishment
ridet required | string Example: 0132720001 RIDET is made up of ten digits |
{- "code_ape": "string",
- "enseigne": "string",
- "code_forme_juridique": "string",
- "sigle": "string",
- "date_etablissement_actif": "2022-03-10",
- "denomination": "string",
- "ridet": "string",
- "section_naf": "string",
- "division_naf": "string",
- "libelle_commune": "string",
- "libelle_division_naf": "string",
- "libelle_forme_juridique": "string",
- "libelle_naf": "string",
- "libelle_section_naf": "string",
- "code_commune": "string",
- "code_geographique": "string",
- "code_postal": "string",
- "province": "string"
}
Retrieve simplified and enriched data from https://data.gouv.nc/
Get geographic details of that commune
codeGeo required | string Example: 98801 Code is made up of 5 digits starting by 988 |
{- "code_commune": "string",
- "code_postal": "string",
- "code_officiel_geographique": "string",
- "area": 0,
- "length": 0,
- "geographic_point": [
- 0
], - "geographic_shape": {
- "type": "string",
- "coordinates": null
}, - "nom": "string",
- "province": "string"
}