Yo, the skyscanner api is *notoriously* finicky. Their rate limits are brutal, and the error messages are useless.
Pro tip: Use a retry logic with exponential backoff. And yeah, the test endpoint is way more forgiving.
Also, their “live” endpoint is basically a trap. Stick to cached data unless you *really* need real-time.
Pro tip: Use a retry logic with exponential backoff. And yeah, the test endpoint is way more forgiving.
Also, their “live” endpoint is basically a trap. Stick to cached data unless you *really* need real-time.
