Variant Market Descriptions
About the Endpoint
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
language
Required
Language code for translation
See all supported languages and their codes on language support
market_id
Required
The ID for the market.
All available markets can be retrieved from the Market Descriptions endpoint
variant_urn
Required
The variant URN.
e.g. sr:exact_games:bestof:5
include_mapping
Optional
Choose whether market mappings should be included or not.
true, false
true = inlude mapping information
false = exclude mapping information
Last updated
Was this helpful?