Vibe Springs · Forecast

by Vibe Springs

GETBase

$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/forecast

1

Calls / 30d

1

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Vibe Springs & similar services