RIDET API (1.7.2)

Download OpenAPI specification:Download

API sending data concerning companies in New Caledonia and their establishments

New Caledonian companies data

Retrieve simplified and enriched data from https://data.gouv.nc/

Find a company by its RID

Get details of that company

path Parameters
rid
required
string
Example: 0132720

First seven digits of the RIDET

Responses

Response samples

Content type
application/json
{
  • "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"
}

Find a company's establishments by its RID

Get list of establishments

path Parameters
rid
required
string
Example: 0132720

First seven digits of the RIDET

Responses

Response samples

Content type
application/json
{
  • "count": 0,
  • "establishments": [
    ]
}

New Caledonian establishments data

Retrieve simplified and enriched data from https://data.gouv.nc/

Find a establishment by its RIDET

Get details of that establishment

path Parameters
ridet
required
string
Example: 0132720001

RIDET is made up of ten digits

Responses

Response samples

Content type
application/json
{
  • "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"
}

New Caledonian geographic communes data

Retrieve simplified and enriched data from https://data.gouv.nc/

Find a communes by its geographic code

Get geographic details of that commune

path Parameters
codeGeo
required
string
Example: 98801

Code is made up of 5 digits starting by 988

Responses

Response samples

Content type
application/json
{
  • "code_commune": "string",
  • "code_postal": "string",
  • "code_officiel_geographique": "string",
  • "area": 0,
  • "length": 0,
  • "geographic_point": [
    ],
  • "geographic_shape": {
    },
  • "nom": "string",
  • "province": "string"
}