Weather & Forecast (Open-Meteo)
Current conditions and optional 7-day forecast for a lat/lon. Resold via our Open-Meteo commercial subscription — no user-supplied weather key. Weather data by Open-Meteo.com (CC BY 4.0).
Access: resold · Price: 0.1 credits per call (1 credit = $0.01) — the exact number your balance is debited.
| param | type | notes |
|---|---|---|
| lat | number | Latitude (-90..90) |
| lon | number | Longitude (-180..180) |
| forecast | boolean | Also return the 7-day daily forecast (same single provider request) |
| units | string | "metric" (default) or "imperial" |
curl -X POST https://apifare.com/v1/call/open-meteo \
-H "authorization: Bearer $APIPAY_TOKEN" -H "content-type: application/json" \
-d '{}'
402 responses include a top-up link; failed provider calls are refunded. Signup: POST /v1/signup.