DEV Community

Miguel Teheran
Miguel Teheran

Posted on

API Colombia, an open and free API about Colombia

API Colombia is a public RESTful API that enable users to obtain a variety of public information about the country "Colombia". This is an amazing resource to create demos, poc and try new technologies using the API as a mock backend.

Api colombia swagger

API Colombia is a minimal dotnet API that contains endpoints to get information about:

  • General information about the country.
  • Departments/States.
  • Cities.
  • Presidents.
  • Tourist attractions.

You can use swagger to read the documentation and try the endpoints in the following link:
https://api-colombia.com/swagger/index.html

API Colombia is completly open source you get the repo in the following link:
https://github.com/Mteheran/api-colombia

Top comments (0)