$0.003
per call · USD Coin on Base
Multi-day weather forecast for any city or lat/lon worldwide — up to 16 days of daily highs/lows, precipitation & probability, UV, sunrise/sunset, wind, and plain-language conditions, plus optional next-24h hourly. Give a city name (geocoded) or coordinates. No API key, metric or imperial. Pass params as query (GET) or a JSON body (POST).
Endpoint
GET https://netintel.dev/weather/forecast6
Calls / 30d
2
Unique payers / 30d
Sep 7
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://netintel.dev/weather/forecast", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://netintel.dev/weather/forecast?city=London&days=7" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"cache_age_seconds": 0,
"daily": [
{
"condition": "Rain",
"date": "2026-08-31",
"feels_like_max": 17.9,
"feels_like_min": 10.4,
"precip_probability_pct": 60,
"precipitation": 1.3,
"sunrise": "2026-08-31T06:12",
"sunset": "2026-08-31T19:44",
"temp_max": 18.4,
"temp_min": 11.2,
"uv_index_max": 4.1,
"weather_code": 61,
"wind_direction_deg": 230,
"wind_gusts_max": 38.5,
"wind_speed_max": 21
},
{
"condition": "Partly cloudy",
"date": "2026-09-01",
"feels_like_max": 18.6,
"feels_like_min": 11.3,
"precip_probability_pct": 10,
"precipitation": 0,
"sunrise": "2026-09-01T06:14",
"sunset": "2026-09-01T19:42",
"temp_max": 19.1,
"temp_min": 12,
"uv_index_max": 5.2,
"weather_code": 2,
"wind_direction_deg": 245,
"wind_gusts_max": 29.2,
"wind_speed_max": 15.8
}
],
"days": 7,
"findings": [],
"location": {
"country": "United Kingdom",
"latitude": 51.51,
"longitude": -0.13,
"name": "London",
"region": "England",
"timezone": "Europe/London"
},
"source": "open-meteo",
"units": {
"precipitation": "mm",
"temperature": "°C",
"wind_speed": "km/h"
}
}Payment details
0xdadc335482ad545296fd7b28518a251ffcbeb9dfUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from NetIntel & similar services
NetIntel · WEB Extract
netintel.dev
Extract article / main content from any URL or PDF to clean, LLM-ready Markdown (web scraper / reader / html-to-markdown) — strips scripts, nav, ads, and boilerplate while preserving headings, links, lists, tables, code blocks, and blockquotes; extracts the text layer from PDFs. Returns Markdown body, title, word count, and a quality grade. For JS-rendered or bot-walled pages a plain fetch can't read, use /exa/contents.
NetIntel · Openai GPT 4O
netintel.dev
Call OpenAI's gpt-4o via a single pay-per-call x402 endpoint — no OpenAI account or API key needed, pay $0.10 per request in USDC. Standard OpenAI chat.completions shape. EVERY call is bounded by a 16000-token combined input budget (real tokenizer) plus the 48000-char cap; output 2048. Vision: up to 4 https image_url parts (detail low/high/auto). Search terms: OpenAI, gpt-4o, vision, image input, chat completion, LLM, no API key.
NetIntel · Currency Exchange Convert
netintel.dev
Convert any amount between 32 fiat currencies (live European Central Bank rates) and major cryptocurrencies (BTC, ETH, USDC, SOL, ICP, CELO and more, live Coinbase spot rates) — fiat↔fiat, crypto↔fiat, and crypto↔crypto all work. Returns converted amount, exchange rate, inverse rate, rate date, and rate source so agents can price and invoice across fiat and crypto without a paid forex API.