Locastica
APICoverage MapMethodologyPricing
Sign in

Footer

Locastica

Official-source property licensing intelligence for England. Check a property, review the council evidence and fee context, or embed the answer into your own product via the API.

Start paths

Portfolio auditEmbedded resultAPI

Product

  • Licensing Radar
  • Coverage Map
  • London Licensing Overview
  • API
  • Pricing

Guides

  • Section 8 Guide
  • PRS Database Guide
  • Renters' Rights Act Guide

Trust & Legal

  • Methodology
  • Terms of Service
  • Privacy Policy
  • Disclaimer
  • Cookie Settings
  • Contact

© 2026 Locastica. All rights reserved.

England PRS licensing intelligence with council evidence, fee context, and verification dates shown.

API

Property licensing checks for your own product

Use the same Locastica answer inside your own systems. The API returns scheme status, council evidence, published fees, and freshness for a property.

Book API demoSee example response

What the API returns

  • Scheme status for a property
  • Published council fees for applicable schemes
  • Council evidence links
  • Freshness and review dates
  • Structured output for your own product or system

Common uses

Tenant onboarding
Property due diligence
Portfolio operations
PropTech products

Ways to start

Portfolio audit

Use a real property list to prove the answer on a batch before you build around it.

Review portfolio audit

Embedded result

Show the same answer inside an existing screen without moving straight to a full API build.

Review embedded result

API

Use the structured property answer directly in your own systems.

Review api

Quickstart request

Start with a single-property lookup by postcode.

curl --request GET \
  "https://locastica.com/api/v1/licensing/lookup?postcode=SE17+1PU" \
  -H "Authorization: Bearer YOUR_API_KEY"

Professional includes 5,000 requests per month with a burst limit of 60 per minute.

Example response

{
  "postcode": "SE17 1PU",
  "council": {
    "name": "London Borough of Southwark",
    "website": "https://www.southwark.gov.uk",
    "lastVerified": "2026-03-15T00:00:00.000Z"
  },
  "schemes": [
    {
      "type": "selective",
      "name": "Borough-wide Selective Licensing",
      "status": "active",
      "fees": {
        "newApplicationFee": 925,
        "renewalFee": 750
      },
      "sourceUrl": "https://www.southwark.gov.uk/...",
      "lastVerified": "2026-03-15T00:00:00.000Z"
    }
  ],
  "coverage": "FULL"
}

Downloads

Download locastica-api-lookup-example.shDownload locastica-integration-starter-pack.json

Commercial boundary

Self-serve API access is for your own use. If you need higher volume, embedded delivery, or broader commercial terms, book a demo and we will scope it with you.