apitennis_tournaments
Fetch tennis tournaments, optionally filtered by event type. Obtain tournament keys, names, and event types for comparing odds and stats across providers.
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). |