$0.002
per call · USD Coin on Base
High-fidelity weather forecast up to 16 days. Returns detailed daily projections including maximum/minimum temperatures, precipitation probability percentage, total rainfall, wind speeds, maximum UV index, and weather condition codes for any city or location globally. Ideal for logistics, travel, agriculture, and outdoor activity planning.
Endpoint
GET https://vibesprings.net/api/forecast1
Calls / 30d
1
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://vibesprings.net/api/forecast", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vibesprings.net/api/forecast?days=7&location=Tokyo" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"forecast": [
{
"condition": "Clear sky",
"date": "2026-05-24",
"precipitation_mm": 0,
"precipitation_probability_pct": 10,
"temp_max_c": 22.4,
"temp_min_c": 15.1,
"uv_index_max": 6.5,
"wind_max_kmh": 12
}
],
"forecast_days": 7,
"latitude": 35.6895,
"location": "Tokyo, Japan",
"longitude": 139.6917,
"timezone": "Asia/Tokyo"
}Payment details
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.