Event

APIs to retrieve data related to an Event

APIDescription
GET api/Ride/{rideId}

Get a single Ride by its ID.

GET api/Event/{eventId}/Rides?rnd={rnd}

Get a collection of all rides in the given event, or for a single Round.

GET api/Event/{eventId}/Overview

Get an overview of the given event, including Event Judges and all Rides with judge scores.

Season

APIs to retrieve Season and Event Schedule data

APIDescription
GET api/Season/{year}

Get a collection of available seasons for all Series/Tours for the given year.

GET api/Season/{season}/{seriesId}/Schedule

Get a collection of events for a given Season and Series ID.