> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/ufc-betbuilder/ui-parameters.md).

# UI Parameters

The BetBuilder UI accept various parameters as part of the URL:

* API Key

API Key The API key unique to a client's profile.

“**\&key=”**

* Fixture ID

Sportcast's own Fixture ID. These are always unique, and never change.

“**\&FixtureId=”**

* Consumer Fixture ID

This can be a custom ID that allows you to map fixtures. For example, we support BetGenius and BetFair ids.

“**\&ConsumerFixtureId=”**

* Odds Format

These must be provided as part of a pricing ladder in order to function:

“**\&odds”=**\
AmericanPrice\
DecimalPrice\
FractionalPrice\
HongKongPrice\
IndoPrice\
MalayPrice

* Theme:

The BetBuilder UI can be customised to suit your styling needs.

“**\&brand=”**\
yourbranddark\
yourbrandlight

* Language

Any language is supported using ISO culture codes. Translations must be provided.

“**\&culture=”**\
e.g. en-GB, es-ES, ru-RU etc.

* Swap Home/Away team positioning for US sports: This applies to American Football, Basketball, Baseball and Ice Hockey

“**\&pos=rev”**

* Region

This parameter is used for restricting certain markets from the offering

**\&region=** Germany France

* Embedding native apps

This parameter is used for embedding the UI into an mobile application

**\&native=android**

**\&native=ios**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/ufc-betbuilder/ui-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
