Vibe Springs · Weather

by Vibe Springs

GETBase

$0.002

per call · USD Coin on Base

Historical weather and climate database. Access daily temperature highs, lows, total precipitation (rain/snow), wind speeds, and cloud conditions for any coordinates or city worldwide. Essential for geointelligence, climate modeling, historical records, and agricultural planning.

Endpoint

GET https://vibesprings.net/api/weather

3

Calls / 30d

3

Unique payers / 30d

Aug 26

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/weather", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://vibesprings.net/api/weather?end_date=2024-01-07&location=London&start_date=2024-01-01" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "days": [
    {
      "condition": "Partly cloudy",
      "date": "2024-01-01",
      "precipitation_mm": 1.2,
      "temp_max_c": 8.5,
      "temp_min_c": 4.2,
      "wind_max_kmh": 15.4
    }
  ],
  "latitude": 51.5074,
  "location": "London, Greater London, United Kingdom",
  "longitude": -0.1278,
  "period": {
    "end": "2024-01-07",
    "start": "2024-01-01"
  },
  "processingTime": "120ms",
  "summary": {
    "avg_temp_c": 6.35,
    "days_with_rain": 3,
    "total_precipitation_mm": 5.4
  },
  "timezone": "Europe/London"
}

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