Overview

API call to weatherapi

Protocol x402
Price $0.10
Payment Asset USD Coin
Payment Network Base
Category real-time-data/weather
Provider gateway
Source bazaar
Indexed 2026-06-29 12:15:03

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": { "aqi": { "description": "Whether to include the air_quality block (CO, NO2, O3, SO2, PM2.5, PM10, US EPA and UK Defra indices) in the current weather. Defaults to no.", "enum": [ "yes", "no" ], "example": "yes", "type": "string" }, "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": { "air_quality": { "co": 181, "gb-defra-index": 2, "no2": 16.8, "o3": 133, "pm10": 25.5, "pm2_5": 14.2, "so2": 1.4, "us-epa-index": 1 }, "cloud": 0, "condition": { "code": 1000, "icon": "//cdn.weatherapi.com/weather/64x64/day/113.png", "text": "Sunny" }, "feelslike_c": 33.5, "feelslike_f": 92.4, "gust_kph": 16.1, "gust_mph": 10, "humidity": 41, "is_day": 1, "last_updated": "2026-06-23 19:30", "last_updated_epoch": 1782239400, "precip_in": 0, "precip_mm": 0, "pressure_in": 30, "pressure_mb": 1016, "temp_c": 32.3, "temp_f": 90.1, "uv": 0.6, "vis_km": 10, "vis_miles": 6, "wind_degree": 99, "wind_dir": "E", "wind_kph": 13, "wind_mph": 8.1 }, "location": { "country": "United Kingdom", "lat": 51.5171, "localtime": "2026-06-23 19:50", "localtime_epoch": 1782240631, "lon": -0.1062, "name": "London", "region": "City of London, Greater London", "tz_id": "Europe/London" } }