# Changelog

<details>

<summary><strong>Changelog</strong></summary>

**January 2022**

* Add endpoint for recommended markets
* Add endpoint for popular markets
* Add endpoint for recommended betslips

**February 2022**

* Add endpoint for trending markets
* Add endpoint for similar selections
* Deprecate `hours` parameter for `to_offset`

**March 2022**

* Support `order_by` parameter to the following endpoints:
  * get\_popular\_events
  * get\_trending\_events
  * get\_popular\_leagues
  * get\_trending\_leagues

**April 2022**

* Support `filters` on the `market` resource. Applies to the following endpoints:
  * get\_recommended\_markets
  * get\_popular\_markets
  * get\_trending\_markets
  * get\_similar\_selections
  * get\_recommended\_betslips
* Support user demographic filters on the following endpoints:
  * get\_popular\_events
  * get\_trending\_events
  * get\_popular\_leagues
  * get\_trending\_leagues
  * get\_popular\_sports
  * get\_trending\_sports

**May 2022**

* Add `/events/sorted` endpoint
* Add `/selections/sorted` endpoint

**July 2022**

* Add `/sports/offering/competitors` endpoint
* Add `/sports/leagues/similar` endpoint

**August 2022**

* Add `/sports/selections/recommended` endpoint
* Add `/sports/selections/popular` endpoint
* Add `/sports/selections/trending` endpoint

**October 2022**

* Change `to_offset` default value from `1` to `2` days for all sport endpoints

**November 2022**

* Add `/sports/events/combined` endpoint
* Add `/casino/games/combined` endpoint
* Add `smart_search` endpoint for sports and casino
* Support `text/plain` content-type header
* Change `tracker/events` response code from `200` to `204`

**December 2022**

* Add CRUD `template` endpoints
* Add `templates/:name/execute` endpoint

**January 2023**

* Add `/api/casino/game_studios/recommended` endpoint
* Add `/api/casino/game_tags/recommended` endpoint
* Add `/api/casino/categories/recommended` endpoint
* Add `/api/casino/players` endpoint

**March 2023**

* Add sport,league,country confidences in `/api/sports/events/recommended` endpoint

**April 2023**

* Add `/api/casino/games/hot` endpoint
* Add `/api/sports/participants/recommended` endpoint
* Add `/api/sports/participants/popular` endpoint
* Add `/api/sports/participants/trending` endpoint

**May 2023**

* Support `is_live` filter on casino endpoints
* Support `user, exclude_last_n_played, exclude_last_n_clicked` on `games/combined`
* Add secure response headers to all request responses
* Add the `bet_builders/recommended` endpoint

**June 2023**

* Support `ice_hockey` on `bet_builders/recommended`
* Support `american_football` on `bet_builders/recommended`
* Support `exclude_n_popular` to `get_recommended_events`
* Support `include_input` in endpoints expecting input ids

**July 2023**

* Support `baseball` on `bet_builders/recommended`
* Support filtering on `betslips/popular`
* Add `event_ids` parameter to `get_recommended_selections`, `get_popular_selections`, `get_trending_selections`
* Add `access-control-max-age=86400` response header to CORS requests
* Support `trending_within` parameter to trending endpoints
* Support `basketball` on `bet_builders/recommended`

**August 2023**

* Support `format` option in various `events` and `markets` endpoints
* Support `orako` mapping for `events` and `markets`

**September 2023**

* Support `reorder_by` parameter to various casino endpoints

**October 2023**

* Add `/api/casino/games/new` endpoint
* Add `sports/participants/stats` endpoint
* Support `quote` filtering on `market` related endpoints
* Support `body_params` on `batch` endpoint
* Add `state` and `city` user filters for casino endpoints

**December 2023**

* Support dynamic user filters for casino and sports endpoints
* Update `length` param to also support range values in `betslips/recommended`

**January 2024**

* Add `sports/facts` endpoint
* Add `sports/facts/recommended_markets` endpoint
* Add `sports/facts/:fact/recommended_markets` endpoint

**March 2024**

* Support `push notifications` formatting for `kambi` operators
* Add `type` option to casino offering endpoints
* Support `game_country` to dynamic filters on casino endpoints

**April 2024**

* Add `exclude_n_popular` parameter to `get_trending_events`

**May 2024**

* Support american\_football, baseball, ice hockey in `facts` related endpoints

**July 2024**

* Support `orako` format in `betslip` and `bet_builder` endpoints
* Support `event_id` sorting for event endpoints
* Support `reorder_by` param in `events` endpoints

**August 2024**

* Support `outcome` filtering on `market` endpoints

**September 2024**

* Support `unique_participants` parameter in `betslips` endpoint
* Support `min_payout` in `betslips/recommended` endpoint
* Support `min_payout` and `max_payout` in `betslips/popular` endpoint
* Support `tennis` events on `sports/bet_builders/recommended`
* Support `reorder_by` to `sports/selections/recommended`

**October 2024**

* Support `orako` mapping for `selections/similar` endpoints

**November 2024**

* Support `group_limit` parameter in `recommended betslips` endpoint
* Support `method` parameter for `casino/games/hot` endpoint
* Add support for `igt` provider to `sports/bet_builders/recommended`

**December 2024**

* Support OAuth authentication
* Support `event_types` parameter in `recommended/popular/trending` endpoints

</details>


---

# Agent Instructions: 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/personalization/api-reference/changelog.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.
