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: 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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입