# Weather and pitch

## Weather types

Weather can be of great influence on the final result of a game or on the performance of the teams. A list of possible conditions is given below.

| Code                            |
| ------------------------------- |
| `sky is clear`                  |
| `few clouds`                    |
| `scattered clouds`              |
| `broken clouds`                 |
| `shower rain`                   |
| `rain`                          |
| `thunderstorm`                  |
| `snow`                          |
| `mist`                          |
| `clouds`                        |
| `moderate rain`                 |
| `haze`                          |
| `light intensity shower rain`   |
| `light rain`                    |
| `overcast clouds`               |
| `light intensity drizzle`       |
| `fog`                           |
| `heavy intensity rain`          |
| `thunderstorm with light rain`  |
| `thunderstorm with rain`        |
| `light intensity drizzle`       |
| `drizzle`                       |
| `heavy intensity drizzle`       |
| `light intensity drizzle rain`  |
| `drizzle rain`                  |
| `heavy intensity drizzle rain`  |
| `shower rain and drizzle`       |
| `heavy shower rain and drizzle` |
| `shower drizzle`                |
| `light snow`                    |
| `snow`                          |
| `heavy snow`                    |
| `sleet`                         |
| `light shower sleet`            |
| `shower sleet`                  |
| `light rain and snow`           |
| `rain and snow`                 |
| `light shower snow`             |
| `shower snow`                   |
| `heavy shower snow`             |

## Pitch types

The status of the pitch can also be of great influence on the final result of a game or on the performance of the teams. A list of possible conditions is given below.

| Code                     |
| ------------------------ |
| `Good`                   |
| `Wet`                    |
| `Wet and Fast`           |
| `Artificial Turf`        |
| `Regular`                |
| `Excellent`              |
| `Snowy`                  |
| `Slow due to water`      |
| `Uneven and\|cutting up` |
| `Hard and Frozen`        |


---

# 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.sportmonks.com/v3/definitions/types/weather-and-pitch.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.
