Ski Resorts and Conditions

फ्रीमियम
द्वारा Random Shapes | अपडेट किया गया hace 16 días | Travel
लोकप्रियता

9.4 / 10

लेटेंसी

202ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

List of resorts

Rapid account: Sneeuwtijd
Sneeuwtijd
hace un año
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 hace 8 meses

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 hace 9 meses

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 hace un año

Yes, I also want to know that.

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

Thanks

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें