Overview
API call to openweather
Protocol
x402
Price
$0.07
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": {
"cnt": {
"description": "Number of 3-hour timestamps to return (1-40). Optional; defaults to the full 40-step (5-day) forecast.",
"example": 8,
"type": "integer"
},
"lang": {
"description": "Two-letter language code for the weather 'description' text (e.g. 'en', 'es', 'fr', 'de').",
"example": "en",
"type": "string"
},
"lat": {
"description": "Latitude of the location. Use together with lon as an alternative to q.",
"example": 51.5085,
"type": "number"
},
"lon": {
"description": "Longitude of the location. Use together with lat as an alternative to q.",
"example": -0.1257,
"type": "number"
},
"q": {
"description": "City name, optionally with state and ISO country code (e.g. 'London' or 'London,GB'). Provide this OR lat+lon.",
"example": "London",
"type": "string"
},
"units": {
"description": "Units of measurement. 'standard' (Kelvin), 'metric' (Celsius), or 'imperial' (Fahrenheit). Defaults to 'standard'.",
"example": "metric",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": "http"
}
Output Schema
{
"city": {
"coord": {
"lat": 51.5085,
"lon": -0.1257
},
"country": "GB",
"id": 2643743,
"name": "London",
"population": 1000000,
"sunrise": 1782186212,
"sunset": 1782246103,
"timezone": 3600
},
"cnt": 2,
"cod": "200",
"list": [
{
"clouds": {
"all": 9
},
"dt": 1782248400,
"dt_txt": "2026-06-23 21:00:00",
"main": {
"feels_like": 30.28,
"grnd_level": 1013,
"humidity": 56,
"pressure": 1016,
"sea_level": 1016,
"temp": 28.89,
"temp_max": 28.89,
"temp_min": 24.06
},
"pop": 0,
"sys": {
"pod": "n"
},
"visibility": 10000,
"weather": [
{
"description": "clear sky",
"icon": "01n",
"id": 800,
"main": "Clear"
}
],
"wind": {
"deg": 88,
"gust": 5.14,
"speed": 2.66
}
},
{
"clouds": {
"all": 6
},
"dt": 1782259200,
"dt_txt": "2026-06-24 00:00:00",
"main": {
"feels_like": 26.35,
"grnd_level": 1012,
"humidity": 61,
"pressure": 1017,
"sea_level": 1017,
"temp": 26.35,
"temp_max": 26.35,
"temp_min": 23.87
},
"pop": 0,
"sys": {
"pod": "n"
},
"visibility": 10000,
"weather": [
{
"description": "clear sky",
"icon": "01n",
"id": 800,
"main": "Clear"
}
],
"wind": {
"deg": 77,
"gust": 2.1,
"speed": 1.57
}
}
],
"message": 0
}