cURL
Content endpoints
Location Search
Search geographic locations such as neighbourhoods, districts, and areas of interest by proximity and keyword.
GET
cURL
Overview
The/v2/location-search endpoint returns a paginated list of geographic locations from the Obvlo content engine. Locations represent areas of interest such as neighbourhoods, districts, or city zones. You can filter by proximity and search by keyword.
Localised fields and the lang parameter
The fields displayName, headline, description, address, area, and keywords carry translated content.
The shape of these fields depends on whether lang is provided:
When
lang is omitted, at least the default language (en-GB) is always included in the map.
Request
Required parameters
Optional parameters
Examples
Basic search for an organisation
Basic search
Geo-filtered search near London
Geo-filtered, near London
Text search anchored to a host profile
Text search
Sort by relevance instead of distance
Sort by relevance
Search with a specific language
With parameter
Response
- With lang=en-GB
- Without lang (language map)
Response fields
Location object fields
Authorizations
Path Parameters
Organization Account Number
Query Parameters
Unique profile identifier
A text query containing a name and optionally a location
Page index used to get next page of responses
Hits per page, maximum 20
Latitude and Longitude as the center of search, comma separated. Ex: 55.953251,-3.188267
Radius in meters from center of search
Ranking strategy. One of: 'distance', 'relevance', 'score'
BCP-47 language code (e.g. en-GB). When provided, localizable fields are returned as a single string instead of a language map.