Replies: 1 comment 1 reply
|
Hi @jdarras , glad you're enjoying it. Sorry I don't have time to give a more detailed answer, but you can get the list of IDs from any endpoints which have a list of riders. For example you can use the rider ranking page like https://firstcycling.com/ranking.php?h=1&rank=1&y=2025-16 and collect the list of rider IDs from that page. I think the rankings endpoint should be supported in FirstCyclingAPI already, and potentially other pages that would be useful like the race calendar for race IDs (https://firstcycling.com/race.php?y=2025&t=2). For any pages you want to use that aren't supported, you may need to use something like Beautiful Soup to extract the IDs you want. Hope this helps! |
1 reply
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.
Hello,
Thanks a lot for this wonderfull Base of Datas. Do you know if I can find somewhere the list of race_id and rider_id ?
I'm starting a project in Unreal Engine with motion design plugin
Have a nice day
JD
All reactions