v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Transportation

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

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.

get/api/v2/transport/road/events

Query parameters

categorystring nullable

DATEX II record class, e.g. Accident, MaintenanceWorks, EnvironmentalObstruction.

Example:Accident

DATEX II record class, e.g. Accident, MaintenanceWorks, EnvironmentalObstruction.

weather_relatedboolean 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.

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_latnumber nullable

Bounding-box south edge.

Bounding-box south edge.

max_latnumber nullable

Bounding-box north edge.

Bounding-box north edge.

min_lonnumber nullable

Bounding-box west edge.

Bounding-box west edge.

max_lonnumber nullable

Bounding-box east edge.

Bounding-box east edge.

limitinteger

Maximum events returned.

Maximum events returned.

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "category": "Accident",
      "limit": 200
    },
    "total_matched": 528,
    "count": 200,
    "events": [
      {
        "id": "251023-001144-1",
        "category": "EnvironmentalObstruction",
        "subtype": "rockfalls",
        "description": "Le col du Glandon est ferme pour la saison hivernale.",
        "location_description": "situe 804 m au nord de Tarascon-sur-Ariege sud",
        "lat": 45.2388,
        "lon": 6.1781,
        "direction": "bothWays",
        "start_time": "2025-10-23T10:44:14.681+02:00",
        "end_time": "2026-05-29T17:00:00.000+02:00",
        "observed_at": "2026-03-09T08:10:05.189+01:00",
        "source": "Direction interdepartementale des routes/DIR Centre-Est"
      }
    ],
    "coverage": "France non-concessioned national road network only (Bison Fute / DIR).",
    "attribution": {
      "sources": [
        {
          "registry_key": "noaa/aviation-weather-center",
          "source_name": "NOAA Aviation Weather Center",
          "licence": "public-domain",
          "citation": "NOAA/NWS Aviation Weather Center (aviationweather.gov)",
          "disclaimer": "Advisory only; not a substitute for an official preflight briefing."
        }
      ],
      "effective_reexport": "allowed"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}