> ## Documentation Index
> Fetch the complete documentation index at: https://mackenzietechdocs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# WeatherNow.io API Documentation

> The /forecast endpoint provides current weather forecasts for a specified location. Users can request up to 7 days of weather information using this endpoint.

<Note>
  Here is the [Base URL](https://api.sample-doc-weathernow.io/v1/forecast) for the endpoint.
</Note>

## Welcome

The /forecast endpoint delivers current weather predictions for a given location. Users can retrieve up to 7 days of forecast data through this endpoint.

Users can query the following parameters using this endpoint:

* City name
* Coordinates
* ZIP code
  The /forecast endpoint will generate responses based on the provided information, which will include information such as:
* Precipitation
* Wind
* General conditions

<Card title="Forecast Endpoint" icon="leaf" href="https://github.com/mso-docs/docs/blob/main/api-reference/api-doc-test1.yml">
  View the OpenAPI specification file here.
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```

## Rate Limits

Each API key is limited to 1,000 requests per day. Exceeding this limit returns a 429 response code.
