Skip to main content
GET
cURL

Authorizations

x-access-token
string
header
required

Query Parameters

skip
number
default:0

Number of documents to skip

Required range: x >= 0
limit
number
default:100

Maximum number of documents to return

Required range: 0 <= x <= 100
sort

Sort order for the results. Use '__asc' or '__desc' suffix to specify ascending or descending order respectively. Example: 'name__asc'

fields

Fields to include in the response

verticale.in

Filter entries that match any of the specified values

Available options:
BIKE,
ELECTRIC_BIKE,
MOPED,
MOTORCYCLE,
CAR,
SCOOTER,
SKI,
CLIMBING,
SNOWSHOES,
SURF,
PADDLE,
CANOE_KAYAK,
BOAT,
EVENT,
MOTOCULTURE,
TOOLING
verticale.notIn

Filter entries that do not match any of the specified values

Available options:
BIKE,
ELECTRIC_BIKE,
MOPED,
MOTORCYCLE,
CAR,
SCOOTER,
SKI,
CLIMBING,
SNOWSHOES,
SURF,
PADDLE,
CANOE_KAYAK,
BOAT,
EVENT,
MOTOCULTURE,
TOOLING
verticale.equals
enum<string>

Filter entries that have a specific value

Available options:
BIKE,
ELECTRIC_BIKE,
MOPED,
MOTORCYCLE,
CAR,
SCOOTER,
SKI,
CLIMBING,
SNOWSHOES,
SURF,
PADDLE,
CANOE_KAYAK,
BOAT,
EVENT,
MOTOCULTURE,
TOOLING
verticale.notEquals
enum<string>

Filter entries that do not have a specific value

Available options:
BIKE,
ELECTRIC_BIKE,
MOPED,
MOTORCYCLE,
CAR,
SCOOTER,
SKI,
CLIMBING,
SNOWSHOES,
SURF,
PADDLE,
CANOE_KAYAK,
BOAT,
EVENT,
MOTOCULTURE,
TOOLING
position.radius
number

Radius in kilometers (max 50km). Optional, but if provided, latitude and longitude must also be provided.

Required range: 0 <= x <= 50
position.latitude
number

Latitude of the position. Optional, but if provided, longitude and radius must also be provided.

Required range: -90 <= x <= 90
position.longitude
number

Longitude of the position. Optional, but if provided, latitude and radius must also be provided.

Required range: -180 <= x <= 180
lang
enum<string>

Language for localized content

Available options:
fr,
en,
nl,
de,
it,
pt,
es,
pl

Response

200 - application/json
total
number
required

Total number of documents matching the query

Required range: x >= 0
Example:

150

docs
object[]
required

List of stores matching the query