apitennis_players
Fetch a tennis player’s profile and recent results, including season stats, rankings, titles, and match counts.
Instructions
One player's profile and recent results.
Returns: {success:1, result:[{player_key, player_name, player_country, player_bday, player_logo, stats:[{season, type, rank, titles, matches_won, matches_lost, hard_won, clay_won, grass_won}]}]} — 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: One player {"method": "get_players", "player_key": 1905}
Auth: needs your own key in API_TENNIS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Leave as-is. | get_players |
| player_key | Yes | Player key (from fixtures or standings). |