Best Approach to Retrieve Qualification and Race Results Using OpenF1 API #170
vitocustodero
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hi there! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the OpenF1 API to retrieve the results of FP1, FP2, FP3, Qualifying, and the Race. For the Free Practice sessions, I’m sorting the laps by time for each driver, and the results I get are satisfactory. However, the situation is different for Qualifying, where I can’t find any details about the individual segments like Q1, Q2, and Q3. The same issue occurs with the Race results. I was considering using the position API, but I believe that may not be the correct approach. What is the best method to properly retrieve this information?
Beta Was this translation helpful? Give feedback.
All reactions