ExploreCO
ExploreCO API is a powerful tool for developers, travelers, and food enthusiasts alike. It offers comprehensive information about cities in Colombia. Additionally. it provides insights into traditional Colombian dishes.
ExploreCO endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET/all the cities details /cities |
This GET gives all the cities of Colombia. **Response:** `[ { "id": 87, "name": "Puerto Nare", "description": "A riverside town in Antioquia, known for its warm climate, fishing,… |
| GET |
GET/ search cities by name /cities/search |
This GET returns the city name. If cities not found returns "no cities found matching that name. **Example Response:** `[ { "id": 88, "name": "Puerto Triunfo", "description":… |
| GET |
GET/cities by ID /cities/{id} |
GET the cities name by ID. Suppose ID is 88 **Example Response:** `{ "id": 88, "name": "Puerto Triunfo", "description": "Located in Antioquia, it's famous for its biodiversity,… |
| GET |
GET/all the dishes details /dishes |
Get details of dishes in Colombia. **Example Response:** `[ { "id": 1, "name": "Bandeja Paisa", "description": "Bandeja paisa is the pride of Paisa cuisine and one of the most… |
| GET |
GET /search by dish name /dishes/search |
This GET returns the dish details by its name. If dish name is not matching you will get an error. **Example Response:** `[ { "id": 15, "name": "Empanadas de Pipián",… |
| GET |
GET/search dishes by ID /dishes/{id} |
GET dishes details by id. Suppose ID is 15. **Example Response:** `[ { "id": 15, "name": "Empanadas de Pipián", "description": "Empanadas stuffed with a stew of potato and… |
ExploreCO pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $80 / month | — |
|
| MEGA | $200 / month | — |
|