# API reference

- [Resorts](https://partner.docs.onthesnow.com/api-reference/resorts.md): Return resorts based on optional region name filters
- [Batch APIs](https://partner.docs.onthesnow.com/api-reference/resorts/batch-apis.md): This page provides short instructions on the batch API usage
- [Snowreports and Snowfall API](https://partner.docs.onthesnow.com/api-reference/resorts/batch-apis/snowreports-and-snowfall-api.md): Returns snow conditions, trail statuses, lift statuses, and other key operational details for ski resorts.
- [Webcams API](https://partner.docs.onthesnow.com/api-reference/resorts/batch-apis/webcams-api.md)
- [Profiles API](https://partner.docs.onthesnow.com/api-reference/resorts/batch-apis/profiles-api.md): Returns profile information for ski resorts, including their location and other useful details.
- [Weather API](https://partner.docs.onthesnow.com/api-reference/resorts/batch-apis/weather-api.md): Returns daily and hourly weather forecasts for a ski resort.
- [Ski Resort Snowreport API](https://partner.docs.onthesnow.com/api-reference/ski-resort-snowreport-api.md): Returns snow conditions, trail statuses, lift statuses, and other key operational details for a ski resort.
- [Ski Resort Webcams API](https://partner.docs.onthesnow.com/api-reference/ski-resort-webcams-api.md)
- [Ski Resort Profile API](https://partner.docs.onthesnow.com/api-reference/ski-resort-profile-api.md): Returns profile information for a ski resort, including its location and other useful details.
- [Ski Resort Weather API](https://partner.docs.onthesnow.com/api-reference/ski-resort-weather-api.md): Returns daily and hourly weather forecasts for a ski resort.
- [Regions](https://partner.docs.onthesnow.com/api-reference/regions.md): Returns all active regions


---

# 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://partner.docs.onthesnow.com/api-reference.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.
