Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Competition Info

Returns key information for a given competition.

<Callout icon="⏱️" theme="default">
  ### Update Frequency

  300s Time To Live / Cache
</Callout>

***

<br />

<html>
<head>
<style>
.smallfont a {
  font-size: 95%
}
div.smallfont {
  font-size: 82%;
}
</style>
</head>

<body>

## Data Points

<details>
<summary><b><u>Category & Sport:</u></b></summary>

<div class="smallfont">

| Attribute      | Parent Element             | Type   | Description                                                                                                                                                                                                                        |
| -------------- | -------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `country_code` | `competition` - `category` | String | Country code for a competition category                                                                                                                                                                                            |
| `id`           | `competition` - `category` | String | Unique category ID for a competition. See our [FAQ](https://developer.sportradar.com/tennis/reference/faq#what-are-the-available-categoriestours) for a list of available categories/tours.<br>ex. `sr:category:3` (ATP)           |
| `name`         | `competition` - `category` | String | Name for a competition category. See our [FAQ](https://developer.sportradar.com/tennis/reference/faq#what-are-the-available-categoriestours) for a list of available categories/tours.<br>ex. `ATP`, `WTA`, `Billie Jean King Cup` |

</div>
</details>

<details>
<summary><b><u>Competition:</u></b></summary>

<div class="smallfont">

| Attribute          | Parent Element | Type   | Description                                                                                                                                                                                                                                                      |
| ------------------ | -------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `alternative_name` | `competition`  | String | Alternative name for a competition                                                                                                                                                                                                                               |
| `gender`           | `competition`  | String | Gender for a competition<br>`men`, `women`, `mixed`                                                                                                                                                                                                              |
| `id`               | `competition`  | String | Unique ID for a competition<br>ex. `sr:competition:2555` (Wimbledon Men Singles)                                                                                                                                                                                 |
| `level`            | `competition`  | String | Level of a competition<br>`grand_slam`, `atp_1000`, `atp_500`, `atp_250`, `wta_premier`, `wta_international`, `atp_world_tour_finals`, `wta_championships`, `atp_next_generation`, `wta_elite_trophy`, `wta_master`, `wta_500`, `wta_250`, `wta_1000`, `wta_125` |
| `name`             | `competition`  | String | Name of a competition<br>ex. `Wimbledon Men Singles`, `WTA Monterrey, Mexico Women Doubles`                                                                                                                                                                      |
| `parent_id`        | `competition`  | String | Unique parent ID for a competition.<br>ex. `sr:competition:2553` is used to group all Wimbledon competitions.                                                                                                                                                    |
| `type`             | `competition`  | String | Type of a competition<br>ex. `singles`, `doubles`, `mixed`, `mixed_doubles`                                                                                                                                                                                      |

</div>
</details>

</body>
</html>
Language
Credentials
Header
Click Try It! to start a request and see the response here!