Streaming live · last sync ago

Traffic data + truck-aware routing for Europe.

Pan-European traffic data, normalized into one consistent DATEX II → GeoJSON schema — live across 23 NAPs today (Germany, France, Netherlands, Belgium, Spain, Sweden, Denmark, Luxembourg, Croatia, Italy, Poland, Finland, Estonia, Cyprus, Czechia, Ireland, Norway, Switzerland, UK, Iceland, Hungary, Slovenia, Austria). Then route a truck through it and get back the hazards on the corridor as severity-ranked warnings.

14-day free trial No credit card GDPR compliant
Active events
Tracked features
Jurisdictions
14
DATEX II profiles
Datasets ingested
Last sync
Built for
Teams that need EU mobility data they can trust in production
Fleet & logistics
Reroute around closures before drivers hit them. Truck parking, EV charging, and per-Member-State weight restrictions in the same query as live events.
GIS & mapping
RFC 7946 GeoJSON. Drop directly into Leaflet, Mapbox, deck.gl, QGIS, ArcGIS — no DATEX II XML wrangling. Live across 23 NAPs today; expanding through European NAPs.
Mobility analytics
NAPCORE-aligned harmonised quality metrics. P50/P95 corridor reliability, time-series event volumes — the data behind your dashboards.
Public sector & ops
Cross-border situational awareness. Cameras, signs, and live event streams — one feed across national agencies, Bundesländer, and regional centres.
21
Live Mobilithek subs · DEU
DATEX II
v2.3 + v3.x native
RFC 7946
GeoJSON spec compliant
GDPR
Compliant by design

Pan-European ambition. 23 NAPs live.

One REST contract across European NAPs — NAPCORE-aligned, GeoJSON-native, webhook-ready. Today: Germany (federal + 16 Bundesländer + city), France, Netherlands, Belgium, Spain, Sweden, Denmark, Luxembourg, Switzerland, the UK, Iceland, Hungary, Slovenia, Austria. Rolling out across the rest of EU 27 + UK + EFTA.

Truck Routing + Live Warnings

Truck-aware routing from origin to destination, enriched with the hazards each NAP publishes on the corridor — bridge clearances and posted limits checked against your truck, ADR tunnel-category routing for hazardous loads, plus live incidents and weather. Each warning is severity-ranked with a projected arrival time.

European NAP coverage

23 NAPs live today — Germany (federal Mobilithek, all 16 Bundesländer, city feeds), France, Netherlands, Belgium, Spain, Sweden, Denmark, Luxembourg, Croatia, Italy, Poland, Finland, Estonia, Cyprus, Czechia, Ireland, Norway, Switzerland, the UK, Iceland, Hungary, Slovenia, Austria. Rest of EU 27 + UK + EFTA on the roadmap, all under ITS Directive 2010/40/EU.

Real-Time Traffic Events

RTTI (EU 2022/670) and SRTI (EU 886/2013) streams — incidents, construction, closures, weather. Severity, lifecycle tracking, sub-minute polling on hot feeds.

Truck Parking + EV Charging

Truck parking (Mobilithek Lkw-Stellplätze) and EV charging from the Bundesnetzagentur Ladesäulenregister — two complementary feeds in one resource model. SSTP-conformant parking and AFIR Article 20 live availability are on the roadmap.

GeoJSON Native

RFC 7946 compliant. Drop into Leaflet, Mapbox, deck.gl, QGIS — zero transformation, zero glue code, zero DATEX II XML wrangling.

Geospatial Queries

Filter by radius, bbox, country, road, severity. PostGIS spatial indexing for fast, ranked results across the entire continent.

Analytics & Trends

P50/P95 clearance times, corridor reliability scores, time-series event volumes. Raw NAP data → operational insights.

Webhook Notifications

HMAC-SHA256 signed payloads. Exponential backoff retries, delivery logs, auto-disable on 5xx streaks.

National Truck & Infrastructure Data

The datasets behind the routing engine: per-country truck data as each NAP publishes it — weight restrictions, bridge clearances and truck-route designations roll in alongside the live event streams as countries come online, and feed the route enrichment. TEN-T core network corridors are on the roadmap.

Multi-Protocol Adapter Layer

DATEX II pull over mTLS (DE Mobilithek), open-data GeoJSON (city portals), and direct REST (Autobahn GmbH). Per-adapter circuit breaker with adaptive backoff. Push and SOAP variants land as we onboard each NAP.

Every route, hazard-checked.

POST /api/v1/routing/route with an origin, a destination, and your truck's profile. We pull the routing geometry from our routing engine, then run the whole corridor through our live NAP data — and hand back a severity-ranked list of what the truck will meet on the way.

Bridge clearances

Where the NAP publishes structure clearances, every overpass on the route is checked against your truck's height with a tunable safety pad — under-clearance fires a critical warning.

Truck & weight restrictions

Posted height, width, length and weight limits along the corridor, flagged per violated dimension so you know exactly which constraint your load trips.

ADR tunnel categories

Your hazardous-goods class and tunnel category go to the router, so the route stays out of tunnels your cargo is barred from under the ADR tunnel-restriction codes.

Live incidents & construction

RTTI and SRTI events from the NAP streams that intersect the route — temporally filtered to your projected travel window so stale events don't add noise.

Weather along the corridor

Weather conditions and alerts reported near the route, drawn from the same stations that power our weather-incident correlation.

Truck parking & rest areas

Opt in to the features[] channel to get truck parking and rest areas near the route — the SSTP / AFIR parking layer, ready for your driver's next legal break.

Hours-of-Service planning

Send the driver's HOS clock and get back exactly where they'll have to break or stop driving under EU Regulation 561/2006 — each point paired with the truck parking and rest areas still reachable before the limit. Free on every plan.

Toll cost estimation

Opt into tolls and the route comes back priced for your vehicle profile — itemized per toll system and rolled up per currency, so you can bid and invoice the lane accurately.

Plus up to 3 alternative routes, a projected arrival time on every warning, tunable enrichment (severity floor, buffer radius, clearance pad, temporal filter), auto-saved routes you can re-check for free against the latest conditions, and webhook monitoring on the routes you persist.

Developer Experience

Clean, predictable, and boringly RESTful.

Two primary resources cover all mobility data: events for time-bounded incidents, features for points of interest. Filter by country, type, severity, bbox, or radius.

Public Endpoints

  • GET/api/v1/events
  • GET/api/v1/events/geojson
  • GET/api/v1/features
  • GET/api/v1/features/geojson
  • GET/api/v1/features/types
  • GET/api/v1/jurisdictions
  • GET/api/v1/truck/corridor
  • POST/api/v1/routing/route
  • GET/api/v1/stats/summary
  • GET/api/v1/analytics/trends
  • GET/api/v1/analytics/clearance
  • GET/api/v1/fuel-prices
  • GET/api/v1/health

Query Parameters

?jurisdiction=DEU ?type=ev_charging ?bbox=... ?lat=&lng=&radius_km= ?severity=major ?road=A4 ?status=archived
GET /api/v1/events/geojson?jurisdiction=DEU 200 · 42ms
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [6.9603, 50.9375]
      },
      "properties": {
        "id": "mob-evt-110000003091",
        "title": "A4 → Köln · Roadworks long-duration",
        "type": "roadworks",
        "severity": "moderate",
        "status": "active",
        "jurisdiction": "DEU",
        "start_time": "2026-04-21T05:00:00Z",
        "end_time": null,
        "source": "mobilithek"
      }
    }
    // + 312 more features
  ]
}

Beyond raw data — operational insight.

NAPSPAN tracks every event's full lifecycle and surfaces the metrics fleet ops, mobility analysts, and public-sector teams actually care about.

EU Mobility Frameworks
RTTI
Reg. (EU) 2022/670
SRTI
Reg. (EU) 886/2013
SSTP
Reg. (EU) 885/2013 · roadmap

The schema maps payloads back to their source regulation. AFIR Article 20 EV charging and full SSTP truck-parking conformance are on the roadmap as we onboard those NAP publication IDs.

Event Trends

Time-series volumes by type, severity, and country. Spot seasonal patterns across the EU 27 + UK + EFTA.

Recent Changes Feed

Real-time stream of lifecycle events: created, status changed, severity updated, archived.

Event History

Full audit log per event — when it was created, every status change, when it was archived.

Corridor Reliability

Reliability scores for major corridors based on incident frequency, duration, severity.

Two resources. European NAPs.

Events for time-bounded incidents. Features for points of interest. Per-country network data and EV charging in the same schema.

Traffic Events

Real-time · DATEX II
  • Incidents & Accidents
  • Roadworks (long & short)
  • Road Closures
  • Special Events
  • Planned Maintenance
  • Weather Advisories (SRTI)
  • Lane Restrictions
  • Truck & Weight Restrictions

Feature Types

GeoJSON · lazy-loaded
Traffic cameras Variable message signs Truck parking EV charging Speed cameras Traffic signals Parking garages Weather stations (roadmap) Road conditions (roadmap) Bridge clearances (roadmap) Ferries (roadmap) Border crossings (roadmap) Rest areas (roadmap) Toll plazas + more
Severity: Minor Moderate Major Critical Info

Live across Europe — and expanding.

23 National Access Points in production today, the rest of EU 27 + UK + EFTA on the roadmap — one DATEX II-normalized API as each NAP comes online.

Live · in production Beta · adapter wired, validating Roadmap · planned

Pan-European coverage, growing.

EU 27 + UK + EFTA = 30 National Access Points on the roadmap. 23 are live today — Germany (federal Mobilithek + all 16 Bundesländer + city), France, Netherlands, Belgium, Spain, Sweden, Denmark, Luxembourg, Croatia, Italy, Poland, Finland, Estonia, Cyprus, Czechia, Ireland, Norway, Switzerland, the UK (England + Scotland + Wales) and Iceland, Hungary, Slovenia, Austria — with the rest of EU 27 on the roadmap. Pan-European data services available now.

Live · in production Beta · adapter wired, validating Roadmap · planned

Europe

23 live · 9 beta · 7 roadmap
ALBAUTBELBGRBIHCHECYPCZEDEUDNK
ESPESTFINFRAGBRGRCHRVHUNIRLISL
ITALTULUXLVAMDAMKDMLTMNENLDNOR
POLPRTROUSRBSVKSVNSWEUKRXKX

Pan-European layers

Roadmap

  • TEN-T · Core network corridor identification
  • AFIR Article 20 · Cross-border live EV-charging availability
  • OSM Overpass · Truck restrictions, EU bbox
  • Open Charge Map · Community-curated EV data
  • NAPCORE · Aligned quality monitoring

Pick your routing volume. One bundled plan.

Every paid plan includes the data API + truck routing with live hazard warnings. Pick your monthly routing-calls allotment per tier; switch yearly for 15% off. VAT computed at checkout.

Free Trial
€0 14 days
Evaluate the API
  • 60 RPM · 1k req/day
  • Germany only
  • Events + cameras
  • Email support
Start free trial
Starter
€29 /mo
Solo developers
  • 300 RPM · 50k req/day
  • All live NAPs
  • GeoJSON bulk export
  • 500 results per page
  • Dedicated routing rate limit (separate from data API)
  • plan_feature.route_features_channel
Get started
Enterprise
€299 /mo
Volume
  • Custom RPM · SLA
  • Bulk historical export
  • Private deployment (EU)
  • 25 webhooks · batched delivery
  • Dedicated CSM
  • Dedicated routing rate limit (separate from data API)
  • plan_feature.route_features_channel
Get started

Need more routing? Buy top-up packs from the portal at any time — 250 calls (€5), 1,000 (€12), 5,000 (€50), or 10,000 (€90). Packs expire at end of the current subscription month.
EU customers: 14-day money-back guarantee on your first paid subscription. Refund is net of any routing calls + data requests you've already used. Subsequent plan changes do not reset this window.

Get in touch

Questions about the API, custom integrations, or enterprise pricing? Drop us a line.

Get a key. Make your first call in 5 minutes.

DATEX II flowing on day one — no XML wrangling required. Free 14-day trial, no credit card.