apitennis_standings
Get ATP or WTA tennis rankings with player positions, points, and movement. Specify the tour to fetch current men's or women's standings.
Instructions
ATP or WTA rankings.
Returns: {success:1, result:[{place, player, player_key, league, movement, country, points}]} — 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: ATP rankings {"method": "get_standings", "event_type": "ATP"}
Auth: needs your own key in API_TENNIS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Leave as-is. | get_standings |
| event_type | No | Tour. One of: ATP, WTA. | ATP |