GET
/
v2
/
search
curl --request GET \
  --url https://www.wander-service.fr/api/clients/v2/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "event": {
      "id": 100000,
      "wanderId": 100000,
      "name": "PLK en concert",
      "startDate": "2024-03-03 06:08:23.222 +0100",
      "endDate": "2024-03-04 06:08:23.222 +0100",
      "hasEndDateNotReliable": true,
      "lowestPrice": 0,
      "highestPrice": 200,
      "description": "Un super concert de PLK à l'accor arena !",
      "image": "<string>",
      "squareImage": "<string>",
      "rectangleImage": "<string>",
      "place": {
        "id": 10,
        "name": "Accor Arena",
        "address": {
          "lng": 2.123909,
          "lat": 42.32981038,
          "street": "Rue Saint-Jacques",
          "city": "Paris",
          "postalCode": 75005,
          "country": "France"
        }
      },
      "averageGrade": 5,
      "totalGrades": 1,
      "categories": [
        {
          "id": 1,
          "name": "painting",
          "mainCategory": "expo",
          "traductionFR": "peinture",
          "traductionEN": "painting",
          "icon": "<string>"
        }
      ],
      "score": 123
    }
  }
]

Authorizations

Authorization
string
header
required

It is the "access_token" returned after login

Query Parameters

searchInput
string
required
location[lng]
number

The coordinates [lng, lat] around which you are searching

location[lat]
number

The coordinates [lng, lat] around which you are searching

responseFilter
enum<string>
Available options:
events,
places,
performers

Response

200
application/json
Successful operation
event
object | null

Event object returned with '/search'