Ski Resorts and Conditions

FREEMIUM
(Ким) Random Shapes | Оновлено a month ago | Travel
Популярність

9.4 / 10

Затримки

205ms

Рівень обслуговування

100%

Health Check

100%

Повернутися до всіх обговорень

List of resorts

Rapid account: Sneeuwtijd
Sneeuwtijd
vor einem Jahr
Is there a list of all of the resorts? Where data is from?
Thanks in advance. 
Rapid account: Jeppe Pape A L 8 R 2 Dz Iu
JeppePape-aL8r2DzIu Commented vor 8 Monaten

Is there a way to simply add the page number on the websites endpoint test itself, id like to see the results of the 123 other resorts outside of page 1

Rapid account: Tob Bot 2
TobBot2 Commented vor 9 Monaten

I don’t know where the data is coming from, however I do know you can get a list of all the resorts by querying get resorts. Simply requesting gets you the first page, but you can set the page in the parameters. Right now there are 6 pages, but the response will tell you the total pages. Here’s some of my python code to help:

import requests
session = requests.Session()
. . .
response = session.get(URI, params = { ‘page’: page_number }, headers=headers)

Hope that helps 😃

Rapid account: Tobbetobb
tobbetobb Commented vor einem Jahr

Yes, I also want to know that.

  • A list of all resorts
  • Where are the data coming from?

Thanks

Приєднуйтесь до обговорення — додайте повідомлення нижче:

Вхід / Реєстрація, щоб публікувати нові повідомлення