Weather & Forecast
Current conditions for a lat/lon, optionally with a 10-day daily forecast (OpenWeatherMap One Call 4.0).
Access: byok · Price: BYOK — your provider key pays the provider; apifare meters a flat 0.1 credits/call.
| param | type | notes |
|---|---|---|
| lat | number | Latitude (-90..90) |
| lon | number | Longitude (-180..180) |
| forecast | boolean | Also return the 10-day daily forecast (adds a second metered provider call) |
| units | string | "metric" (default), "imperial", or "standard" |
curl -X POST https://apifare.com/v1/call/weather \
-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.