Travel Advisor

FREEMIUM
Verified
Por Api Dojo | Atualizado 22日前 | Transportation
Popularidade

9.9 / 10

Latência

2,784ms

Nível de serviço

100%

Health Check

N/A

Voltar para todas as discussões

Michelin star filter

Rapid account: Watedoapp
watedoapp
3ヶ月前

Hello, i’m trying to show only restaurants within the michelin guide, this is done on tripadvisor by this filter: michelinAwards=21964, can you please guide me on how to include it as a filter?

Thank you in advance.

Rapid account: Apidojo
apidojo Commented 3ヶ月前

Hello,

1/ Reading the table parameter description will help you. If you don’t know how to open it, here it is : https://prnt.sc/YuKJUxL33gOr
2/ Reading other discussion will help you. Ex : https://rapidapi.com/apidojo/api/travel-advisor/discussions/29012. The order is from bottom to top.

Regards.

Rapid account: Watedoapp
watedoapp Commented 3ヶ月前

Is there documentation for the API? I can’t find how I can get data using lat and long in V2

Rapid account: Apidojo
apidojo Commented 3ヶ月前

Hello,

1/ Please follow my first reply to use the correct endpoints.
2/ The mentioned endpoint (v1) was deprecated and not supported any more.

Regards.

Rapid account: Watedoapp
watedoapp Commented 3ヶ月前

I’m using Restaurant/list-in-boundary, can you provide the section name? i found the filter values but can’t find the section name to include in api call.

can you tell me what the suitable key for michelin Awards is here? https://prnt.sc/u_H1tSUmJpjh

Rapid account: Apidojo
apidojo Commented 3ヶ月前

Well, check the screenshot at https://prnt.sc/SlFKjCN2w7YA. The filter is dynamically generated, your geoId simply does not support that filter option.

Regards.

Rapid account: Watedoapp
watedoapp Commented 3ヶ月前

i called restaurant-filters/v2/list endpoint and looked for “michelin” keyword in the response but, i couldn’t find michelin anywhere.

Rapid account: Apidojo
apidojo Commented 3ヶ月前

Hello,

1/ You call …/restaurant-filters/v2/list endpoint and look for “michelin” keyword in the response to get the filter id and suitable values
2/ Apply the filter in the request body of …/restaurants/v2/list endpoint.
Ex :
“filters”: [
{
“id”: “establishment”,
“value”: [
“10591”
]
}
],…

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários