Race Results API
Exports race results in JSON or CSV formats.
Because of their versatility, race organisers may want to have event results in JSON or CSV format. JSON's structured format is ideal for web integration, while CSV’s simplicity is compatible with tools like spreadsheets. Both formats facilitate data processing, report generation, and analytics, enhancing event management and provides insights for future events.
Permissions are a crucial aspect of API access management, ensuring that only authorized users can perform specific actions. A user may access the API if he is the owner, meaning he is one who created the event. Additionally, access depends on whether the event is covered by an active or past subscription, which implies that the user's account is in good standing with the necessary service tier or payment plan.
In order to use the API, you will need an API key and an API token, both of which serve as unique identifiers for authenticating your requests. These credentials are essential for maintaining secure and authorised access to the API services. You can generate your API key and API token within the application's profile screen in the API section. Keep these details confidential to prevent unauthorized access to your data.
You don't need to be an IT professional to use this API efficiently. All you need to do is enter a URL with the correct parameters into your browser. However, you should have some understanding of how you will use the output.
Last updated