Returns the brand’s identity and the physical stores within radius km of (lat, lon) that carry at least one of the brand’s products as an active in-store offer, sorted by ascending great-circle distance. Public, unauthenticated — designed to be called from the brand’s website via the embeddable widget. CORS is open. Coordinates are WGS 84 / EPSG:4326 (the standard used by browsers’ navigator.geolocation and Google Maps); PostGIS computes distance on the geography type.
Documentation Index
Fetch the complete documentation index at: https://docs.closient.com/llms.txt
Use this file to discover all available pages before exploring further.
Brand short id (22-char shortuuid).
22^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$Latitude of the search centre in decimal degrees, WGS 84 / EPSG:4326. Typically obtained from the browser's navigator.geolocation API or a geocoded user query.
-90 <= x <= 90Longitude of the search centre in decimal degrees, WGS 84 / EPSG:4326.
-180 <= x <= 180Search radius in kilometres. Locations farther than this from (lat, lon) are excluded.
Maximum number of stores to return (1-100). Results are pre-sorted by distance ascending.
1 <= x <= 100Optional product short id to filter stores by. When set, only stores carrying that specific product are returned.
OK
Top-level payload for the brand locator endpoint.
Identity of the brand the widget is rendering. Lets the widget render branding without a second request.
{
"id": "2sP1Y9pZ4xQ6rNvHwT3kBe",
"logo_url": "https://cdn.closient.com/brands/acme/logo.png",
"name": "Acme Beverages",
"website": "https://acme.example.com"
}Physical stores within radius km of (lat, lon) that carry at least one of the brand's products, sorted by ascending great-circle distance. Empty list when no stores match.