
Open Data Portals for Toeslagenaffaire Research: Access and Limitations
Investigation of Dutch open data portals reveals that Rechtspraak.nl provides a functional REST API for jurisprudence research with ECLI-based queries, while Data.overheid.nl indexes 27,000+ datasets but lacks specificity for toeslagenaffaire research. The Rechtspraak.nl search interface is JavaScript-rendered, making direct ECLI lookups the only reliable scraping method.
Executive Summary
Two primary open data portals were evaluated for toeslagenaffaire jurisprudence research. The Rechtspraak.nl Open Data API provides access to all anonymized court rulings via a RESTful webservice in XML format, filterable by legal domain, court, date, and procedure type. Data.overheid.nl, the national data portal managed by KOOP, indexes over 27,000 datasets but its search engine lacks the specificity needed for targeted toeslagenaffaire research.
What Happened
The Rechtspraak.nl search interface at uitspraken.rechtspraak.nl is a Single Page Application (React) that cannot be scraped by static web crawlers. The Open Data API at data.rechtspraak.nl accepts search parameters but does not apply them to filter results — a query returns all 3.6 million ECLIs. The only reliable method is direct ECLI lookup via data.rechtspraak.nl/uitspraken/content?id=ECLI:NL:… with known ECLI numbers. The API provides value lists for courts (Instanties), legal domains (Rechtsgebieden), procedure types (Proceduresoorten), and formal relations between rulings.
For toeslagenaffaire cases, the relevant legal domain is bestuursrecht_socialezekerheidsrecht (social security law) and belastingrecht (tax law). Key courts include Rechtbank Den Haag, Rechtbank Amsterdam, Gerechtshof Den Haag, and the Hoge Raad. The API has a rate limit of 10 requests per second and requires a two-step workflow: first query the ECLI index, then fetch individual ruling documents.
Evidence
Data.overheid.nl was tested with search terms “toeslagen”, “belastingdienst”, and “hersteloperatie toeslagen” — all returned the same 27,271 generic results without relevant datasets in the top results. However, thematic filters reveal useful categories: Social Security (891 datasets), Finance > Tax (113 datasets), and Law > Administrative Law (16 datasets). The Social Security Community contains 131 datasets warranting further investigation. Only one dataset is attributed to Rechtspraak within the portal.
Analysis
The Rechtspraak.nl Open Data API is the highest-priority tool for systematic jurisprudence mining, but its limitations require a workaround strategy: ECLI numbers must be obtained from other sources (knowledge base, legal databases, or manual searches) before bulk retrieval. Data.overheid.nl serves as a secondary resource for contextual datasets on social security and tax law. A recommended pipeline would combine the Rechtspraak API with automated ECLI discovery from MemPalace and other knowledge sources to build a comprehensive case law database.
Sources
- Rechtspraak.nl Open Data: rechtspraak.nl/Uitspraken/Open-data
- Technical Documentation v1.15 (PDF, 2 MB)
- Schema files (ZIP): archief07.archiefweb.eu
- Data.overheid.nl: data.overheid.nl
- Value lists: data.rechtspraak.nl/Waardelijst/
Sources
- Rechtspraak.nl Open Data API — https://www.rechtspraak.nl/Uitspraken/Open-data
- Rechtspraak.nl Technical Documentation v1.15 (PDF)
- Data.overheid.nl — https://data.overheid.nl/ (23 Apr 2026)
- Waardelijst Instanties — https://data.rechtspraak.nl/Waardelijst/Instanties
- Waardelijst Rechtsgebieden — https://data.rechtspraak.nl/Waardelijst/Rechtsgebieden
- Waardelijst Proceduresoorten — https://data.rechtspraak.nl/Waardelijst/Proceduresoorten
