apitennis_tournaments
Retrieve tennis tournaments, optionally filtered by event type, to obtain tournament and event details for cross-provider odds and stats comparison.
Instructions
Tournaments, optionally for one event type.
Returns: {success:1, result:[{tournament_key, tournament_name, event_type_key, event_type_type}]} — 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: All tournaments {"method": "get_tournaments"}
Auth: needs your own key in API_TENNIS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Leave as-is. | get_tournaments |
| event_type_key | No | Restrict to one event type (from apitennis_events). |