curl --request GET \
--url 'https://api.obvlo.com/v2/orgs/{orgId}/location-search?key='{
"results": [
{
"id": "<string>",
"hostIds": [
"<string>"
],
"status": "<string>",
"geoLocation": [
123
],
"address": "<string>",
"displayName": "<string>",
"area": "<string>",
"headline": "<string>",
"description": "<string>",
"keywords": [
"<string>"
],
"photos": [
{
"attributions": [
"<string>"
],
"category": "<string>",
"id": "<string>",
"images": [
{
"size": "<string>",
"url": "<string>"
}
],
"keywords": [
"<string>"
],
"isGenerated": true,
"genDescription": "<string>",
"license": "<string>",
"isLicensed": true
}
],
"radius": 123,
"languageCodes": [
"<string>"
],
"geoDistance": 123
}
],
"total": 123,
"pages": 123
}Search for locations matching criteria. Returns matching locations (neighbourhoods, districts, areas) with localized content.
curl --request GET \
--url 'https://api.obvlo.com/v2/orgs/{orgId}/location-search?key='{
"results": [
{
"id": "<string>",
"hostIds": [
"<string>"
],
"status": "<string>",
"geoLocation": [
123
],
"address": "<string>",
"displayName": "<string>",
"area": "<string>",
"headline": "<string>",
"description": "<string>",
"keywords": [
"<string>"
],
"photos": [
{
"attributions": [
"<string>"
],
"category": "<string>",
"id": "<string>",
"images": [
{
"size": "<string>",
"url": "<string>"
}
],
"keywords": [
"<string>"
],
"isGenerated": true,
"genDescription": "<string>",
"license": "<string>",
"isLicensed": true
}
],
"radius": 123,
"languageCodes": [
"<string>"
],
"geoDistance": 123
}
],
"total": 123,
"pages": 123
}Organization Account Number
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.