> 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/snooker/action-types.md).

# Action Types

{% hint style="info" %}
Update on collection suspension reason Ids
{% endhint %}

On July 10, 2024, we will amend the reason from “Mid Session” to “End of session” while keeping the reasonId as 20. Additionally, we will introduce “Interval” with reasonId 19 on the same day.

| Action Type Id | Action Type Name      | Description                                                                                                                                                                                                                                                                            |
| -------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1              | Match Conditions      | includes information about the match.                                                                                                                                                                                                                                                  |
| 2              | Team Colours          | the colours that the teams are wearing                                                                                                                                                                                                                                                 |
| 3              | Lineups               | the player, coaches and officials taking part in the match                                                                                                                                                                                                                             |
| 4              | Start Fixture / Match | match has started                                                                                                                                                                                                                                                                      |
| 5              | End Fixture / Match   | match has ended                                                                                                                                                                                                                                                                        |
| 6              | Start Period          | period has started                                                                                                                                                                                                                                                                     |
| 7              | End Period            | period has ended                                                                                                                                                                                                                                                                       |
| 8              | Start Clock           | clock started at X time                                                                                                                                                                                                                                                                |
| 9              | Stop Clock            | clock stopped at Y time                                                                                                                                                                                                                                                                |
| 19             | Device Location       | The location of the device where the data is being collected from. This is more for internal purposes.                                                                                                                                                                                 |
| 22             | End Session           | Indicate the end of a snooker session.                                                                                                                                                                                                                                                 |
| 24             | Players Ready         | Indicating players are ready and warming up. This is before the match goes live                                                                                                                                                                                                        |
| 301            | Red ball              | <p>A red ball pocketed. 1 point earned.<br></p>                                                                                                                                                                                                                                        |
| 302            | Yellow ball           | A yellow ball pocketed. 2 points earned.                                                                                                                                                                                                                                               |
| 303            | Green ball            | <p>A green ball pocketed. 3 points earned.<br></p>                                                                                                                                                                                                                                     |
| 304            | Brown ball            | A brown ball pocketed. 4 points earned.                                                                                                                                                                                                                                                |
| 305            | Blue ball             | A blue ball pocketed. 5 points earned.                                                                                                                                                                                                                                                 |
| 306            | Pink ball             | A pink ball pocketed. 6 points earned.                                                                                                                                                                                                                                                 |
| 307            | Black ball            | A black ball pocketed. 7 points earned.                                                                                                                                                                                                                                                |
| 308            | Foul                  | <p>foul committed by a player<br><br>30801: 4 points penalty<br>30802: 5 points penalty<br>30803: 6 points penalty<br>30804: 7 points penalty</p>                                                                                                                                      |
| 309            | Penalty               | <p>penalty given to a player<br></p><p>30901: 4 points penalty<br>30902: 5 points penalty<br>30903: 6 points penalty<br>30904: 7 points penalty</p>                                                                                                                                    |
| 312            | Concede frame         |                                                                                                                                                                                                                                                                                        |
| 313            | Force Frame Win       | This action is utilised when a player fails to appear at the table at the scheduled time. In such a scenario, the player forfeits the frame, and their opponent is awarded a point using the 'Force frame win' action. See [example](/snooker/live-data-scenarios/force-frame-win.md). |
| 314            | Free ball             |                                                                                                                                                                                                                                                                                        |
| 315            | Remove ball           |                                                                                                                                                                                                                                                                                        |
| 316            | Striker               |                                                                                                                                                                                                                                                                                        |
| 317            | Re-rack               | Replacing the object balls in the triangular rack to restart the game, especially when the previous match has not been completed but abandoned.                                                                                                                                        |
| 318            | Edit match            |                                                                                                                                                                                                                                                                                        |
| 319            | Add red ball          |                                                                                                                                                                                                                                                                                        |
| 320            | Foul conceded         |                                                                                                                                                                                                                                                                                        |
| 321            | Walkover              |                                                                                                                                                                                                                                                                                        |
| 322            | Golden ball           | <p>32201: Top Left<br>32202: Center Left<br>32203: Bottom Left<br>32204: Top Right<br>32205: Center Right<br>32206: Bottom Right</p>                                                                                                                                                   |


---

# 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/snooker/action-types.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.
