Skip to content

Instantly share code, notes, and snippets.

@bertt
Created July 18, 2017 12:59
Show Gist options
  • Save bertt/b1bc210362a8c171f41c0fb109abe196 to your computer and use it in GitHub Desktop.
Save bertt/b1bc210362a8c171f41c0fb109abe196 to your computer and use it in GitHub Desktop.
api tdf2017
// teams
http://fep-api.dimensiondata.com/v2/teams
// riders (race=19)
http://fep-api.dimensiondata.com/v2/rider/v2/19
// stages
http://fep-api.dimensiondata.com/v2/race/19/stages
// current stage
http://fep-api.dimensiondata.com/v2/race/19/stages/current
// starters
http://fep-api.dimensiondata.com/v2/stages/209/starters
// groups (209 is stage)
http://fep-api.dimensiondata.com/v2/stages/209/group-telemetry
// withdrawals
http://fep-api.dimensiondata.com/v2/stages/209/withdrawals
// trial
http://fep-api.dimensiondata.com/v2/trial/19
// riders
http://fep-api.dimensiondata.com/v2/stages/209/rider-telemetry
// jerseys
http://fep-api.dimensiondata.com/v2/stages/209//classification/jersey
// overall classification
http://fep-api.dimensiondata.com/v2/stages/209/classification/overall
// stage classification
http://fep-api.dimensiondata.com/v2/stages/209/classification/stage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment