Ski Resorts and Conditions

フリーミアム
よって Random Shapes | 更新済み a month ago | Travel
人気

9.4 / 10

レイテンシー

205ms

サービスレベル

100%

Health Check

100%

すべてのディスカッションに戻る

List of resorts

Rapid account: Sneeuwtijd
Sneeuwtijd
a year ago
Is there a list of all of the resorts? Where data is from?
Thanks in advance. 
Rapid account: Nowned
nowned Commented 11 hours ago

The data comes from the resorts websites directly, we check them regularly for updates to lift operations

Rapid account: Jeppe Pape A L 8 R 2 Dz Iu
JeppePape-aL8r2DzIu Commented 8 months ago

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 9 months ago

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 a year ago

Yes, I also want to know that.

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

Thanks

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿