Live current weather conditions for any city, sourced from Open-Meteo
Live current weather conditions for any city, sourced from Open-Meteo
1000 (raw units)
price
16
calls / 30d
9
unique payers
2026-09-17
updated
Provider
x402tap.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "1000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "1000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "9fqXniDAn8hNMYC5C9waGv5u126bkwjU6qGgAoQeoWyo",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"city": "Austin"
},
"type": "http"
},
"output": {
"example": {
"location": "Austin, Texas, United States",
"observedAt": "2026-08-15T12:00",
"report": {
"feelsLike": 94,
"humidityPercent": 48,
"temperature": 91,
"weather": "partly cloudy",
"windMph": 7
},
"source": "open-meteo.com"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"city": {
"description": "City name to fetch live current weather for (defaults to New York)",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"resourceUrl": "https://x402tap.com/api/weather",
"scheme": "exact",
"validUntil": 1789627432,
"version": 1
},
"signature": "0xb6a31c5b41d2f63cbbd1dd1a02a617342336e40186a25898c440921ef5364a25475b92afa6cf528295708d9092696557689ed73940ed82c9b6e2c220ad679b6e1c"
},
{
"acceptIndex": 1,
"format": "eip712",
"payload": {
"amount": "1000",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"network": "eip155:137",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"resourceUrl": "https://x402tap.com/api/weather",
"scheme": "exact",
"validUntil": 1789627432,
"version": 1
},
"signature": "0x205c8b8c54f4909fc77dcdcfa2fd8e0e1548183773448314d060da237f3b6ff62640dbe6d29ee8bff51d920b9841635704e75adb2ca3596449a7a7b1ecdedd301c"
},
{
"acceptIndex": 2,
"format": "eip712",
"payload": {
"amount": "1000",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"network": "eip155:42161",
"payTo": "0xB810B599bc730Aa85800BABe7f5d160524322C86",
"resourceUrl": "https://x402tap.com/api/weather",
"scheme": "exact",
"validUntil": 1789627432,
"version": 1
},
"signature": "0xa01c51c979e7951c6efd80866eed8f622eeded4ac9e7dda8cb5c4cc9f35d8b1b162239f9b46651d190ca385ab2b7df4d2a7cee02ebcaa219da6ef4d7112dd7711c"
},
{
"acceptIndex": 3,
"format": "eip712",
"payload": {
"amount": "1000",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "9fqXniDAn8hNMYC5C9waGv5u126bkwjU6qGgAoQeoWyo",
"resourceUrl": "https://x402tap.com/api/weather",
"scheme": "exact",
"validUntil": 1789627432,
"version": 1
},
"signature": "0x588be14e0ba8a475009fe9c6a9b052bba45be4d9f9923396c9d19cb950fa907c774cca9662225eee666aac82f2d22301b431b9d6b4e1997baf565ff04752a3ee1b"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402tap.com/api/weather" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402tap.com/api/weather");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402tap.com/api/weather")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/1126.json, and this resource appears in /discovery/resources and /discovery/search.