apitennis_events
Retrieves tennis event types (ATP singles, WTA doubles, ITF) to filter or compare tennis data across providers.
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 |