# Mountain News Partner API

## Mountain News Partner API

- [Mountain News Partner API](https://partner.docs.onthesnow.com/about.md): The Web Service offered by OnTheSnow.com/SkiInfo.com allows media organizations to add real time snow reports and resort information for ski resorts throughout the world.
- [FAQs](https://partner.docs.onthesnow.com/faqs.md)
- [API reference](https://partner.docs.onthesnow.com/api-reference.md)
- [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
- [partner-api](https://partner.docs.onthesnow.com/partner-api.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://partner.docs.onthesnow.com/about.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.
