# French Public Transit & Mobility Open Datasets

> French Public Transit & Mobility Open Datasets is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns public-transit and mobility open dataset feed URLs (GTFS, NeTEx, GBFS) for a French geographic area, searchable by query string.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/transport
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-public-transit-mobility-open-datasets-c0e308f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LfHwSu-uIP-LwJ9SF2F-p

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-public-transit-mobility-open-datasets-c0e308f6 -d '<json body>'
```

Example prompt: Can you find the available public transit open data feeds — GTFS, NeTEx, or GBFS — for Bordeaux, France? I need the feed URLs so I can pull timetable and stop data.

## When to prefer this

Use this endpoint when you need to discover or retrieve standardized public transit and mobility data feed URLs (GTFS, NeTEx, GBFS) for a French geographic area. Prefer this over generic web search when you need machine-readable feed links for route planning, timetable analysis, or bike-share integration in France.

## Known failure modes

- No datasets found for the given query — returns empty result set
- Query parameter missing or malformed — returns 400 error
- Area name not recognized or too vague — returns empty or partial results
- Upstream open data registry unreachable — may return 503 or stale data
- Non-French area queried — likely returns no results

## Output

A list of open mobility dataset entries for the queried French area, each including feed URLs (GTFS, NeTEx, GBFS format links), operator names, coverage area, and dataset metadata such as update frequency and license.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-public-transit-mobility-open-datasets-c0e308f6/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)
