Overview
API call to weatherapi
Protocol
x402
Price
$0.13
Payment Asset
USD Coin
Payment Network
Base
Category
real-time-data/weather
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:02
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"properties": {
"alerts": {
"description": "Whether to include any active government weather alerts/warnings for the location. Defaults to no.",
"enum": [
"yes",
"no"
],
"example": "yes",
"type": "string"
},
"aqi": {
"description": "Whether to include the air_quality block in the current weather and forecast. Defaults to no.",
"enum": [
"yes",
"no"
],
"example": "no",
"type": "string"
},
"days": {
"description": "Number of forecast days to return, including today (1-14). Defaults to 1 if omitted. Free-plan keys may silently cap at 3 days.",
"example": 3,
"maximum": 14,
"minimum": 1,
"type": "integer"
},
"q": {
"description": "Location query. Accepts a city/place name, decimal lat,lon, US/UK/Canada postal code, IATA airport code (e.g. iata:DXB), or auto:ip for the caller's IP location.",
"example": "London",
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"current": {
"condition": {
"code": 1000,
"icon": "//cdn.weatherapi.com/weather/64x64/day/113.png",
"text": "Sunny"
},
"feelslike_c": 33.5,
"humidity": 41,
"is_day": 1,
"last_updated": "2026-06-23 19:45",
"temp_c": 32.3,
"temp_f": 90.1,
"uv": 0.6,
"wind_kph": 13
},
"forecast": {
"forecastday": [
{
"astro": {
"moon_illumination": 69,
"moon_phase": "Waxing Gibbous",
"moonrise": "03:11 PM",
"moonset": "12:56 AM",
"sunrise": "04:43 AM",
"sunset": "09:21 PM"
},
"date": "2026-06-23",
"date_epoch": 1782172800,
"day": {
"avghumidity": 60,
"avgtemp_c": 25.4,
"condition": {
"code": 1063,
"icon": "//cdn.weatherapi.com/weather/64x64/day/176.png",
"text": "Patchy rain nearby"
},
"daily_chance_of_rain": 57,
"daily_chance_of_snow": 0,
"maxtemp_c": 34.1,
"maxwind_kph": 16.9,
"mintemp_c": 17.4,
"totalprecip_mm": 1.04,
"totalsnow_cm": 0,
"uv": 7.4
},
"hour": [
{
"chance_of_rain": 7,
"condition": {
"code": 1000,
"icon": "//cdn.weatherapi.com/weather/64x64/night/113.png",
"text": "Clear"
},
"feelslike_c": 18.6,
"humidity": 72,
"temp_c": 18.6,
"time": "2026-06-23 00:00",
"time_epoch": 1782169200,
"wind_kph": 10.8
}
]
}
]
},
"location": {
"country": "United Kingdom",
"lat": 51.5171,
"localtime": "2026-06-23 19:50",
"localtime_epoch": 1782240635,
"lon": -0.1062,
"name": "London",
"region": "City of London, Greater London",
"tz_id": "Europe/London"
}
}