EirePlan API
The Irish planning record,
as an endpoint.
A REST API over the same record the product runs on. Search, full decision detail, planning history around a point or a boundary, the policy library, and which authority a site falls in. Bearer token, JSON out.
Your first call
How authentication worksEvery request carries your key as a bearer token against the https://api.eireplan.ie base. Keys are self-serve from the hub.
cURL
curl https://api.eireplan.ie/ext/v1/precedents/site-history \
-H "Authorization: Bearer $EIREPLAN_API_KEY" \
-G -d eircode=D06X285 -d radius_m=250Every route
Relative to https://api.eireplan.ie/ext/v1.
- GET/precedentsSearch the register
- GET/precedents/{id}One application in full
- GET/precedents/site-historyEverything around a point
- POST/precedents/site-history/polygonEverything inside a boundary
- GET/precedents/site-history/report.pdfThe finished report
- GET/knowledge/docsThe policy library
- GET/local-authorityWhich council a site falls in
Introduction
Authentication
Something missing or wrong? support@eireplan.ie