---
name: api.agnichub.xyz
description: api.agnichub.xyz exposes a single endpoint that returns current weather, air quality, and astronomical data for Toronto, Canada. It requires no input parameters and delivers a consolidated snapshot of conditions including temperature, wind, humidity, UV index, air quality indices, and sunrise/sunset times.
host: api.agnichub.xyz
---

# api.agnichub.xyz

This host is a narrow, Toronto-specific weather data provider. It serves agents that need a zero-configuration way to retrieve current environmental conditions for Toronto without constructing location queries or managing API keys for a general-purpose weather service. Its scope is intentionally limited to one city and one point in time.

## When to use this host

Use this host when an agent needs current weather, air quality, or sunrise/sunset data specifically for Toronto, Canada and wants a single no-parameter call. Do not use it for any location other than Toronto, for multi-day or hourly forecasts, or for historical weather data. For those needs, use a general-purpose weather API such as OpenWeatherMap or WeatherAPI that accepts location parameters and supports forecast and historical endpoints.

## Capabilities

### Toronto Current Conditions

Retrieves a single consolidated snapshot of Toronto's current weather, air quality, and astronomical data in one request with no required inputs.

- **`fetch-toronto-weather`** — Returns current weather conditions, air quality, and astronomical data for Toronto, Canada from a single GET request.

## Skill reference

### `fetch-toronto-weather`

**Toronto Weather+ API** — Returns current weather conditions, air quality, and astronomical data for Toronto, Canada from a single GET request.

*Use when:* Use when an agent needs current Toronto weather data including temperature, precipitation, wind, humidity, UV index, air quality indices, or sunrise/sunset times.

*Not for:* Do not use for weather data outside Toronto or for multi-day extended forecasts; use a general-purpose weather API with location parameters instead.

**Returns:** Returns a JSON object with Toronto location metadata, current temperature (°C), wind, humidity, precipitation, UV index, visibility, sunrise/sunset times, moon phase, and US EPA / GB DEFRA air quality indices.

**Example:** `GET https://api.agnichub.xyz/v1/custom/toronto-weather/`

---
