60
Views
2
Comments
Solved
Is there an API to list all countries in the world?
Application Type
Traditional Web, Mobile, Reactive, Service

Hi there,

 How to create list of all countries in thte world?

What API that can be consume?

regards and thanks

2023-02-20 05-20-57
Nam Nguyen
Solution

Hi,


Have you check https://restcountries.com ?

For example, API that list all :https://restcountries.com/v3.1/all

Nam

UserImage.jpg
Craig Rodrigues
Solution

Hello , 

You can use https://restcountries.com/
Or if more information is needed about could use https://documenter.getpostman.com/view/1134062/T1LJjU5

An alternative if you just want it to be one time data dump you could use excel as resource then bootstrap it to save it in database if the end goal to save it in the database. 

You can refer to this forge component https://www.outsystems.com/forge/component-overview/9055/countries-and-nationalities-o11

Kind regards,
Craig

2023-02-20 05-20-57
Nam Nguyen
Solution

Hi,


Have you check https://restcountries.com ?

For example, API that list all :https://restcountries.com/v3.1/all

Nam

UserImage.jpg
Craig Rodrigues
Solution

Hello , 

You can use https://restcountries.com/
Or if more information is needed about could use https://documenter.getpostman.com/view/1134062/T1LJjU5

An alternative if you just want it to be one time data dump you could use excel as resource then bootstrap it to save it in database if the end goal to save it in the database. 

You can refer to this forge component https://www.outsystems.com/forge/component-overview/9055/countries-and-nationalities-o11

Kind regards,
Craig

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.