Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Competition Info

Provides the name, id, and parent id 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<br>ex. `sr:category:166` (International) |
| `name`         | `competition` - `category` | String | Name for a competition category<br>ex. `International`                        |

</div>
</details>

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

<div class="smallfont">

| Attribute   | Parent Element | Type   | Description                                                                  |
| ----------- | -------------- | ------ | ---------------------------------------------------------------------------- |
| `gender`    | `competition`  | String | Gender for a competition<br>ex. `men`, `women`                               |
| `id`        | `competition`  | String | Unique ID for a competition<br>ex. `sr:competition:548` (Olympic Tournament) |
| `name`      | `competition`  | String | Name of a competition<br>ex. `Olympic Tournament`                            |
| `parent_id` | `competition`  | String | Unique parent ID for a competition                                           |

</div>
</details>

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