...
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.
Credentials
This is a secure API and requires credentials to accessing the data. The USTA must issue credentials prior to using the API. I If you require credentials, please contact USTA.
Endpoints
The simplest way to access the API is via use of cURL. Any language or client that supports HTTPS can be used to call the API.
Rate Limiting
The USTA institutes per-month, per-hour, per-minute, and per-IP rate limits for each API method, and limits API users to a maximum of five concurrent connections from a single IP address. Our default limits are more than sufficient for nearly all use cases. Please be mindful of these limits.
...