OpenSplitTime API


Improving Performance

The more data you request, the longer the response time is likely to be, particularly when many child records are included in your response. Smaller, targeted requests will naturally be faster. Always use an individual record query instead of an index query when you know the id of the record for which you are querying.

The OpenSplitTime API also supports the filter and fields limiters per the JSON API standard. Please be judicious in your use, and limit the records and fields you request to data that is needed for your project. This will reduce the load on the OpenSplitTime servers and result in faster response times for your project.