FOR DEVELOPERS & DATA TEAMS

UK Planning Data API

Programmatic access to 500,000+ planning applications across UK councils. Structured JSON, updated weekly, with contact information.

Data License
AI companies, aggregators & enterprise
£2,499 / month

  • 10,000 API requests per day
  • Everything in API Access
  • Bulk export endpoint (full dataset download)
  • Right to use data in your own product
  • Right to use for AI training & model fine-tuning
  • Historical data from 2020 onwards
  • Priority support & SLA
  • Commercial redistribution rights

Simple to integrate

Authenticate with your API key in the header. Every response includes lead scores, contact info, and pagination.

# Fetch the top leads across all London boroughs
curl https://leadlink-0edw.onrender.com/api/feed \
  -H "X-API-Key: ll_your_key_here" \
  -G -d per_page=100 \
     -d category=non_householder
// Response
{
  "total": 184293,
  "records": [
    {
      "lpa_app_no":        "2024/1234/FUL",
      "council_slug":      "camden",
      "application_type": "Full Planning Permission",
      "status":           "Application Pending",
      "lead_score":       95,
      "applicant_name":   "ACME Developments Ltd",
      "agent_name":       "Jones Planning Ltd",
      "description":      "Demolition and erection of...",
      "lat": 51.529, "lon": -0.124,
      "x_remaining":      899
    }
  ]
}
PlanDaily RequestsMax per_pageBulk ExportCommercial Use
API Access1,000 / day500NoInternal only
Data License10,000 / day500YesYes (incl. AI training)