Countries Now API
The Countries Now API is a fully open-source geolocation tool that returns core information about countries and cities in clean JSON format. It covers data like country names, flags, currencies, city lists, languages, dialing codes, and population figures. Because it’s lightweight and easy to use, developers can quickly add internationalization features to travel apps, dashboards, educational platforms, or any project relying on geographic insights.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Get list of all countries
Full URL
https://countriesnow.space/api/v0.1/api/v0.1/countries
Code Examples
curl -X GET 'https://countriesnow.space/api/v0.1/api/v0.1/countries'
Example Response
{
"data": [
{
"code": "US",
"name": "United States"
}
]
}
Version
v0.1
Rate Limit
Unlimited
Tags
countriesdatageography
Related APIs
Discover similar APIs that might interest you