You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| GET | /api/{version}/city | Get the list of all the cities |
32
+
| GET | /api/{version}/city/{id} | Get the information of a city by it is id |
33
+
| GET | /api/{version}/city/name/{name} | Get the information of a city by it is name |
34
+
| GET | /api/{version}/country/Colombia | Get the information of Colombia |
35
+
| GET | /api/{version}/Department | Get the list of all the departments in Colombia |
36
+
| GET | /api/{version}/Department/{id} | Get the information of a department by it is id |
37
+
| GET | /api/{version}/Department/name/{name} | Get the information of a department by it is name |
38
+
| GET | /api/{version}/President | Get the list of all the presidents in Colombia |
39
+
| GET | /api/{version}/President/{id} | Get the information of a president by it is id |
40
+
| GET | /api/{version}/President/name/{name} | Get the information of a president by it is name |
41
+
| GET | /api/{version}/President/year/{name} | Get the information of a president that ruled during a specific year |
42
+
| GET | /api/{version}/TouristicAttraction | Get the list of all the touristic attractions in Colombia |
43
+
| GET | /api/{version}/TouristicAttraction/{id} | Get the information of a touristic attraction by it is id |
44
+
| GET | /api/{version}/TouristicAttraction/name/{name} | Get the information of a touristic attaction by it is name |
10
45
46
+
## Response Example
47
+
* Content type: "application/json". Responses are JSON Objects.
48
+
* Response header contains the HTTP CODE with the status.
49
+
* Example:
50
+
51
+
>{"id":1,"name":"Colombia","description":"Colombia, officially the Republic of Colombia, is a country in South America with insular regions in North America—near Nicaragua's Caribbean coast—as well as in the Pacific Ocean. The Colombian mainland is bordered by the Caribbean Sea to the north, Venezuela to the east and northeast, Brazil to the southeast, Ecuador and Peru to the south and southwest, the Pacific Ocean to the west, and Panama to the northwest. Colombia is divided into 32 departments and the Capital District of Bogotá, the country's largest city. It covers an area of 1,141,748 square kilometers (440,831 sq mi), and has a population of 52 million. Colombia's cultural heritage—including language, religion, cuisine, and art—reflects its history as a Spanish colony, fusing cultural elements brought by immigration from Europe and the Middle East, with those brought by enslaved Africans, as well as with those of the various Indigenous civilizations that predate colonization. Spanish is the official state language, although English and 64 other languages are recognized regional languages.","stateCapital":"Bogotá","surface":1141748,"population":52235050,"languages":["Spanish","English"],"timeZone":"UTC-5","currency":"Colombian Peso","currencyCode":"COP","isoCode":"CO","internetDomain":".co","phonePrefix":"+57","radioPrefix":"HK","aircraftPrefix":"HK"}
52
+
## Technologies Used
53
+
*[.NET Core 6.*](https://dotnet.microsoft.com/en-us/) is a free, cross-platform, open source developer platform for building many kinds of applications. .NET is built on a high-performance runtime that is used in production by many high-scale apps.
54
+
*[PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
55
+
*[Microsoft Azure](https://azure.microsoft.com/en-us/resources/cloud-computing-dictionary/what-is-azure/) The Azure cloud platform is more than 200 products and cloud services designed to help you bring new solutions to life—to solve today’s challenges and create the future. Build, run, and manage applications across multiple clouds, on-premises, and at the edge, with the tools and frameworks of your choice.
56
+
57
+
## Contributors ✨
58
+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
0 commit comments