# FAQs

### What unit of measurement is returned for snow all and weather api endpoints?

All measurements for snowfall and weather are provided in metric units:

* **Snowfall**: Reported in centimeters (cm).
* **Weather**: Reported in degrees Celsius (°C).
* **Elevation**: Reported in meters (m).

### Why is the snow report outdated?

Most ski resorts offer daily updates, but there may be times when a resort doesn't update promptly. To ensure you have the most current information, always check the "last updated" timestamp on the snow report.

### What is the API rate limit?

By default, your partner api account is limited to 10 requests per second and 5k requests per day. If you need an increased quota, simply reach out to our sales team.&#x20;


---

# 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/faqs.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.
