Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Tree Search

Overview

The USTA API provides a toolkit for accessing USTA data from properly credentialed partner applications.  The API is organized around RESTful calling style that works with standard HTTP calls.  All requests should be made over SSL.  All requests and responses as well as errors are encoded in JSON.  This document provides developers with an introduction to integrating your application with the USTA API.

...

Rate limited calls may result in HTTP error status 429 TOO MANY REQUESTS responses once the limit is reached.

...

  Once the time horizon has expired, the count will be reset and responses will resume.  This cycle will repeat indifinitely.

Overall Traffic Limit

Traffic originating from each origin is restricted so as to prevent denial of service events.

ItemValueDescription
Time Horizon5 MinutesPeriod of time after which the limit count will reset.
Limit20010,000 RequestsMaximum requests a distinct caller can make within the time horizon.
Response Code429HTTP code after limit is reached

Per

...

API Call Limit

Calls tp individual API endpoints fro each origin is restriucted 

ItemValueDescription
Time Horizon5 MinutesPeriod of time after which the limit count will reset.
Limit200 100 RequestsMaximum requests a distinct caller can make within the time horizon.
Response Code429HTTP code after limit is reached

...

Panel
"pagination": {
    "currentPage":1,
    "pageSize": 20
}

Documentation

Swagger Documentation