Allows searching our location taxonomy for locations / statistical areas matching a given search term q.Example uses for this data include creating a searching for a specific location for use in further requests, or populating a typeahead / autocomplete 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/search/locations?exclude_type_id&limit&q&type_id' \
--header'Authorization;'
Responses
🟢200Request successful.
application/json
Body
Example
[{"id":20,"name":"North East (England)","code":"TLC","type_id":20,"country_id":1}]