Here is the Base URL for the endpoint.

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

Forecast Endpoint

View the OpenAPI specification file here.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]

Rate Limits

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