# Variant Market Descriptions

#### **About the Endpoint** <a href="#uofapivariantmarketdescriptions-abouttheendpoint" id="uofapivariantmarketdescriptions-abouttheendpoint"></a>

**Endpoint PATH**

```
/descriptions/{language}/markets/{market_id}/variants/{variant_urn}
```

**Endpoint Description**

Returns market descriptions and outcomes for markets from odds/settlement, containing "variant=\<urn>".

This endpoint may give a redirect (301) to a product.

This endpoint describes all currently available markets translated to the requested language (en for English). If include\_mappings=true is added as a parameter, the response will include a section for each market on how this market is mapped to equivalent markets in other Betradar products.

The variant market description provides outcome information related to outrights.\
Filters available are the language, the ID of the market, the variant URN, and whether the mapping should be included or not.

**Endpoint Parameters**

| Parameter                                                        | Description                                               | Possible Values                                                                                                                                                                |
| ---------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><em>language</em></p><p><strong>Required</strong></p>         | Language code for translation                             | See all supported languages and their codes on [language support](https://docs.sportradar.com/uof/introduction/language-support)                                               |
| <p><em>market\_id</em></p><p><strong>Required</strong></p>       | The ID for the market.                                    | All available markets can be retrieved from the [Market Descriptions](https://docs.sportradar.com/uof/api-and-structure/api/betting-descriptions/market-descriptions) endpoint |
| <p><em>variant\_urn</em></p><p><strong>Required</strong></p>     | The variant URN.                                          | e.g. sr:exact\_games:bestof:5                                                                                                                                                  |
| <p><em>include\_mapping</em></p><p><strong>Optional</strong></p> | Choose whether market mappings should be included or not. | <p>true, false</p><ul><li>true = inlude mapping information</li><li>false = exclude mapping information</li></ul>                                                              |

#### &#x20;<a href="#uofapivariantmarketdescriptions-endpointstructure" id="uofapivariantmarketdescriptions-endpointstructure"></a>
