Skip to content

Departments

Stanley Melgar ~ edited this page Jan 29, 2023 · 6 revisions

This endpoint return data about El Salvador departments. It connects with DB to extract the depname attribute. Using the ORM make relationships so it returns more than depname only:

  • Municipalities inside
  • Iso-code
  • Zone name

Endpoint

/departments/<name>

<name> name of department you would like to know about.

Clone this wiki locally