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
down
Latency (p50)
242ms
Uptime (30d)
0.0%
Reliability Score
30/100
Last Checked
2026-08-18 05:31:34
Last Healthy
2026-08-03 09:47:26
Consecutive Failures
67
x402 Payment Validation
Payment Requirements
Invalid
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
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-08-18 05:31:34 | down | 503 | 471ms | HTTP 503 |
| 2026-08-17 21:56:11 | down | 503 | 518ms | HTTP 503 |
| 2026-08-17 17:24:11 | down | 503 | 172ms | HTTP 503 |
| 2026-08-17 08:58:17 | down | 503 | 192ms | HTTP 503 |
| 2026-08-17 06:01:24 | down | 503 | 509ms | HTTP 503 |
| 2026-08-17 00:40:58 | down | 503 | 262ms | HTTP 503 |
| 2026-08-16 15:19:00 | down | 503 | 195ms | HTTP 503 |
| 2026-08-16 11:40:32 | timeout | — | — | timeout |
| 2026-08-16 06:29:13 | error | — | — | fetch failed |
| 2026-08-16 00:47:23 | down | 503 | 242ms | HTTP 503 |
| 2026-08-15 15:49:36 | down | 503 | 179ms | HTTP 503 |
| 2026-08-15 10:46:53 | down | 503 | 626ms | HTTP 503 |
| 2026-08-15 07:23:50 | down | 503 | 219ms | HTTP 503 |