GET
/
arrondissements
curl --request GET \
  --url https://api-senegal.fewnu.app/api/arrondissements \
  --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.

Query Parameters

limit
string

The maximum number of results to return

Response

200
application/json

departement response

The response is of type object[].