M

Mru Oracle · Weather

by Mru Oracle

GETBase

$0.001

per call · USD Coin on Base

Current weather from all Mauritius Meteorological Services stations (35+ stations)

Endpoint

GET https://mru-oracle.com/weather

1

Calls / 30d

1

Unique payers / 30d

Aug 14

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://mru-oracle.com/weather", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://mru-oracle.com/weather" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "stations": [
      {
        "humidity_pct": 78,
        "name": "Vacoas",
        "rainfall_mm": 0,
        "temp_c": 23.4,
        "wind_ms": 4.2
      },
      {
        "humidity_pct": 71,
        "name": "Plaisance (Airport)",
        "rainfall_mm": 0,
        "temp_c": 27.1,
        "wind_ms": 6.8
      },
      {
        "humidity_pct": 68,
        "name": "Port Louis",
        "rainfall_mm": 0,
        "temp_c": 29.8,
        "wind_ms": 3.1
      },
      {
        "humidity_pct": 82,
        "name": "Rodrigues",
        "rainfall_mm": 1.2,
        "temp_c": 26.3,
        "wind_ms": 5.5
      }
    ]
  },
  "name": "SENTINEL",
  "scrapedAt": "2026-03-03T22:00:00.000Z",
  "source": "Mauritius Meteorological Services"
}

Payment details

Pay to0x237371f8b372a02b58fb430eb564b7c5cb936f75
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 Mru Oracle & similar services