get https://api.sportradar.com/soccer//v4//competitions//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<br>ex. `ENG` (England) |
| `id` | `competition` - `category` | String | Unique category ID for a competition<br>ex. `sr:category:1` |
| `name` | `competition` - `category` | String | Name for a competition category<br>ex. `England` (Premier League) |
</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` |
| `id` | `competition` | String | Unique ID for a competition<br>ex. `sr:competition:17` (Premier League) |
| `name` | `competition` | String | Name of a competition<br>ex. `Premier League` |
| `parent_id` | `competition` | String | Unique parent ID for a competition. Typically present for group stage or playoff competitions <br>ex. `sr:competition:945` used to link competitions together, like the World Cup and the various qualifiers. |
</div>
</details>
</body>
</html>