# French Weather Forecast API (FR/Overseas Coordinates)

> French Weather Forecast API (FR/Overseas Coordinates) is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Returns current weather and up to 7-day forecast for any lat/lon coordinates in France and French overseas territories, with descriptions in French.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/meteo
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-weather-forecast-api-fr-overseas-coordinates-46180dfd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u3mMARArQ_sGisaxDSeOq

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability french-weather-forecast-api-fr-overseas-coordinates-46180dfd -d '<json body>'
```

Example prompt: Can you get me the weather forecast in French for the next 5 days for coordinates lat=48.8566, lon=2.3522 (Paris)?

## When to prefer this

Use this endpoint when you need weather data specifically for France or French overseas territories and require descriptions in French. It is ideal for French-language applications, local services targeting French users, or agents operating in a French-language context. Prefer this over generic weather APIs when French-language output and French geographic coverage (including DOM-TOM) are required.

## Known failure modes

- Missing lat or lon parameter — returns error indicating required query params
- Coordinates outside supported regions (non-French territory) — may return empty or error response
- Invalid jours value (e.g. >7 or non-integer) — may return error or clamp to max
- Payment not received or insufficient USDC — 402 Payment Required response
- Upstream weather data provider unavailable — 500 or timeout

## Output

Returns current weather conditions and a forecast of up to 7 days for the given coordinates, with all descriptions written in French — including temperature, weather conditions, and other meteorological data relevant to locations in France and French overseas territories.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-weather-forecast-api-fr-overseas-coordinates-46180dfd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
