-
Hello, I've been working through how to pull timing data in order to see when a car increases or decreases in grid position, and then plot when the change happens to the x,y position on track. I believe this would require The API is invite-only, correct? Would this be a use case that would allow me to access that data once per race? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, you can use the Note that the API around Btw, I'm not sure what you mean with the API being "invite-only"? The API... well it exists. I don't own the data. From my point of view, you can more or less do whatever you want. |
Beta Was this translation helpful? Give feedback.
Hi, you can use the
stream_data
that is returned byfastf1.api.timing_data
. That is the highest resolution of grid position data and gap to other cars that exists.See https://docs.fastf1.dev/api.html#fastf1.api.timing_data and also #241.
Note that the API around
fastf1.api
might change in the future, as noted in the documentation. It's not really intended as public API. But this specific data will then be made available through some other method. So the data itself won't go away.Btw, I'm not sure what you mean with the API being "invite-only"? The API... well it exists. I don't own the data. From my point of view, you can more or less do whatever you want.