Returns a paginated list of all supported countries in our taxonomy.Example uses for this data include creating a local copy of our location taxonomy, or populating a dropdown in a user interface.
Request
Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Query Params
page
integer
optional
A specific page of results to return from a paginated dataset.
Default:
1
page_size
integer
optional
The number of results to include per page, from a paginated dataset.
Default:
5
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.intelligence.adzuna.com/api/v1.1/countries/?page&page_size' \
--header'Authorization;'
Responses
🟢200Request successful.
application/json
Body
count
integer
optional
The total number of results in the underlying dataset.