cURL
curl --request GET \ --url https://api-senegal.fewnu.app/api/ecoles \ --header 'Authorization: Bearer <token>'
[ { "nom": "<string>", "code_reg": "<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 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of results to return
Region response
The response is of type object[].
object[]