get https://api.sportradar.com/beachsoccer//v2//competitions.
Beach Soccer Competitions provides a list of all available competitions.
<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:577` (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:1068` (Euro Beach Soccer League) |
| `name` | `competition` | String | Name of a competition<br>ex. `Euro Beach Soccer League` |
| `parent_id` | `competition` | String | Unique parent ID for a competition |
</div>
</details>
</body>
</html>