Portfolio audit
Use a real property list to prove the answer on a batch before you build around it.
API
Use the same Locastica answer inside your own systems. The API returns scheme status, council evidence, published fees, and freshness for a property.
What the API returns
Use a real property list to prove the answer on a batch before you build around it.
Show the same answer inside an existing screen without moving straight to a full API build.
Use the structured property answer directly in your own systems.
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.
{
"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"
}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.