Rwsverkeersinfo APIrwsverkeersinfo.nl ↗
Get real-time Dutch traffic peak hour forecasts that show you expected congestion severity, detailed summaries, and visual time-series data to plan your commute. Check traffic predictions across different times of day to avoid rush hour delays on major routes.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/6211231b-86fc-4c78-90b0-5e5bbb65290c/get_peak_forecast' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns the current traffic peak (spits) forecast for all listed day parts (typically morning and evening). Each forecast includes a severity level (1-4), a textual summary, an explanation of expected congestion in kilometers, and 15-minute interval graph data showing expected and average traffic intensity values. No input parameters; the endpoint always returns the latest published forecast.
No input parameters required.
{
"type": "object",
"fields": {
"title": "Page title string",
"forecasts": "Array of forecast objects, one per listed day part (e.g. morning, evening)",
"disclaimer": "General disclaimer text about the page"
},
"sample": {
"data": {
"title": "Spitsverwachting",
"forecasts": [
{
"id": 3229,
"date": "2026-08-17",
"daypart": "AM",
"summary": "De vakantie is voorbij in de regio Noord. Waar in de afgelopen weken vrijwel geen sprake was van een echte ochtendspits, zullen de spitsen nu weer langzaam op gang komen. Houd hier rekening mee als je op pad gaat.",
"severity": 2,
"graph_data": [
{
"time": "06:00",
"average": 0,
"expected": 0
},
{
"time": "06:15",
"average": 14,
"expected": 14
},
{
"time": "08:30",
"average": 80,
"expected": 80
},
{
"time": "09:45",
"average": 25,
"expected": 25
}
],
"daypart_label": "ochtend",
"severity_label": "Lichte spits (light peak)",
"severity_explanation": "Bij een lichte spits verwachten we tot 200 kilometer file op de rijkswegen."
}
],
"disclaimer": "Op deze pagina vind je de spitsverwachtingen van Rijkswaterstaat Verkeersinformatie."
},
"status": "success"
}
}About the Rwsverkeersinfo API
The Rwsverkeersinfo API on Parse exposes 1 endpoint for the publicly available data on rwsverkeersinfo.nl. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.