apitennis_events
Retrieve the list of tennis event types covered by the API, such as ATP singles and WTA doubles, to identify available categories for filtering or querying tennis data.
Instructions
Event types the API covers (ATP singles, WTA doubles, ITF, …).
Returns: {success:1, result:[{event_type_key, event_type_type:'Atp Singles'}]} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Event types {"method": "get_events"}
Auth: needs your own key in API_TENNIS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Leave as-is. | get_events |