Skip to content

An open-source REST API for querying data about countries, cities, and other relevant information worldwide. Easily access geographical information in your applications!

License

Notifications You must be signed in to change notification settings

rgdevment/RetrieveCountriesAPI

 
 

Repository files navigation

Build Status Coverage Quality Gate Status

RetrieveCountriesAPI

Retrieve Countries API is an open-source REST API licensed under MIT that allows you to query data about countries, cities, and other relevant information worldwide. This API is continuously developing and growing.

Documentation

Example Usage

Get All Countries

GET /v1/countries

Retrieves all country data with an option to exclude cities.

Parameters:

  • excludeCities (optional): boolean
curl -X GET "https://countries.tica.cl/v1/all"

or exclude cities

curl -X GET "https://countries.tica.cl/v1/all?excludeCities=true"

For more information and other endpoints, please refer to the Postman API Documentation or Swagger Documentation.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

An open-source REST API for querying data about countries, cities, and other relevant information worldwide. Easily access geographical information in your applications!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages