HTTP 429 Too Many Requests #129
Replies: 2 comments
-
It is all about caching the (static) information in a json file or database. |
Beta Was this translation helpful? Give feedback.
-
We currently have 2 ratelimits in place, 4 requests per second and 500 requests per hour. If you need all the data, it might make more sense to download the entire dataset. You can grab it in csv format from ergast here. We don't have our own database images available yet, but we will do so in the future. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, I have been implementing the api data into my final year project for university. I am developing a f1 driver data dashboard, and currently I am using the api for creating a winner predictor, but I keep getting the 429 too many requests error and can't understand why? I did see an earlier post about this but even when I just make a single request it still returns that error? My project is also in my github if anyone wants to take a look to help out. Thank you for your time.

Beta Was this translation helpful? Give feedback.
All reactions