---
title: "Road-disruption events - France (DATEX II, Bison Fute)"
method: GET
path: "/api/v2/transport/road/events"
tags: ["Transportation"]
---

# Road-disruption events - France (DATEX II, Bison Fute)

`GET /api/v2/transport/road/events`

Current road-disruption events on the French non-concessioned national road network - closures, roadworks, obstructions, accidents and weather-related road conditions - from the Bison Fute open DATEX II feed. Filter by category, weather-related, or bounding box. France non-concessioned national roads only (not tolled motorways, not local roads); informational, not an official traffic advisory.

## Query parameters

- `category` string, nullable — DATEX II record class, e.g. Accident, MaintenanceWorks, EnvironmentalObstruction.
- `weather_related` boolean, nullable — Keep only events whose DATEX II situation type (class or subtype) is weather or environment. Detection is by situation type; this feed does not use DATEX cause elements.
- `min_lat` number, nullable — Bounding-box south edge.
- `max_lat` number, nullable — Bounding-box north edge.
- `min_lon` number, nullable — Bounding-box west edge.
- `max_lon` number, nullable — Bounding-box east edge.
- `limit` integer — Maximum events returned.

## Response `200`

Successful Response

- EnvelopeRoadEventsFeed
  - `data` RoadEventsFeed, required
    - `query` RoadEventsQuery, required
      - `category` string, nullable
      - `weather_related` boolean, nullable
      - `min_lat` number, nullable
      - `max_lat` number, nullable
      - `min_lon` number, nullable
      - `max_lon` number, nullable
      - `limit` integer, required
    - `total_matched` integer, required — Events matching the filters, before the limit.
    - `count` integer, required — Events returned on this page.
    - `events` RoadEvent[]
      - `id` string, nullable — DATEX II situationRecord id.
      - `category` string, nullable — DATEX II record class (xsi:type).
      - `subtype` string, nullable — DATEX II type-element enum (roadClosed, laneClosures, rockfalls, ...).
      - `weather_related` boolean — True when the DATEX II situation type (class or subtype) is weather / environment. Detected by type; this feed carries no DATEX cause elements.
      - `description` string, nullable — Public description (feed language).
      - `location_description` string, nullable
      - `lat` number, nullable
      - `lon` number, nullable
      - `direction` string, nullable — DATEX II tpegDirection.
      - `start_time` string, nullable — Validity start, ISO 8601.
      - `end_time` string, nullable — Validity end, ISO 8601 (nullable - open-ended).
      - `observed_at` string, nullable
      - `source` string, nullable
    - `coverage` string, required
    - `attribution` TransportAttributionSet, required
      - `sources` TransportSourceAttribution[] — Every sovereign source that contributed to this response.
        - `registry_key` string, required
        - `source_name` string, required
        - `licence` string, required
        - `citation` string, required
        - `disclaimer` string, required
      - `effective_reexport` string, required — Most-restrictive re-export verdict across the sources.
    - `disclaimer` string, required
  - `meta` SugraMeta, required — Metadata attached to every /api/v1/* response envelope.
    - `endpoint` string, required — Requested endpoint path.
    - `data_time` string, required — ISO 8601 UTC timestamp of the source data, not of the request.
    - `response_time` string, required — ISO 8601 UTC timestamp when this response was produced.
    - `provider` string, required — API name and version.
    - `source` string, nullable — Identifier of the primary upstream source used for this response.
    - `attribution` string, nullable — Human-readable attribution mandated by an upstream source (e.g. a securities regulator or self-regulatory organization). Present only on responses whose source requires the owner and source to be clearly identified. Do not remove or alter it when using the response.
    - `fallback_used` boolean, nullable — True when the primary source failed and a fallback produced the data.
    - `fallback_chain` string[], nullable — Ordered list of sources attempted, in the order they were tried.
    - `cached` boolean, nullable — True when this response was served from the internal cache.
    - `stale` boolean, nullable — True when the cached response was returned after the upstream rate-limited or errored. Clients can use this to detect degraded data.

## Other responses

- `401` — Missing or invalid `x-api-key` header.
- `422` — Validation Error
- `429` — Daily rate limit exceeded. Check `X-RateLimit-Reset` for the next window.
- `503` — Upstream source is temporarily unavailable. Retry after a short delay.

---

[API](https://skmtc.net/sugra/apis/sugra-api.md) · [All operations](https://skmtc.net/sugra/apis/sugra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sugra/sugra-api/versions/4e2740743eb4/schema)
