Returns a paginated list of all supported locations/statistical areas 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: ********************
Path Params
Query Params
Request Code 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/gb/location-types/21/locations/?page=1&page_size=5' \
--header'Authorization;'
Responses
🟢200Request successful.
application/json
Body
Example
{"count":1,"next":"https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/20/locations/?page=4","previous":"https://api.intelligence.adzuna.com/api/v1.1/gb/location-types/20/locations/?page=2","results":[{"id":20,"name":"North East (England)","code":"TLC","type_id":20,"country_id":1}]}