Verified

Countrylayer

Country data: population, currencies, languages, capitals, calling codes, regional blocs and more.

Base URL
https://gateway.apiosk.com/countrylayer
Endpoints
GET /all $0.07
All countries.
GET /alpha $0.07
Country by ISO alpha code: append /{code}.
GET /callingcode $0.07
Countries by calling code: append /{code}.
GET /capital $0.07
Country by capital city: append /{capital}, e.g. /capital/berlin.
GET /currency $0.07
Countries by currency code: append /{code}.
GET /language $0.07
Countries by language code: append /{code}.
GET /name $0.07
Country by name: append /{name}.
GET /region $0.07
Countries by region: append /{region}.
GET /regionalbloc $0.07
Countries by regional bloc: append /{bloc}.