GET
/
departements
/
{code}
curl --request GET \
  --url https://api-senegal.fewnu.app/api/departements/{code} \
  --header 'Authorization: Bearer <token>'
{
  "nom": "<string>",
  "code_dept": "<string>",
  "superficie_km2": 123,
  "population_masculine": 123,
  "population_feminine": 123,
  "population": 123,
  "densite": 123,
  "incidence_pauvrete": 123,
  "taux_scolarisation_globale": 123,
  "taux_alphabetisation_general": 123,
  "taux_enregistrement_etat_civil": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

code
string
required

ID du departement

Response

204
application/json

Plant deleted

The response is of type object.