Property licensing data
at your fingertips.
Integrate the UK's most comprehensive property licensing database directly into your applications. Real-time checks, automated monitoring, and complete coverage.
Complete Coverage
Access data from every local authority in the UK. We standardize complex licensing schemes into a unified, easy-to-query format.
Real-time Checks
Get instant responses with low latency. Our infrastructure is built to handle high-volume requests for enterprise applications.
Secure & Reliable
Enterprise-grade security with 99.9% uptime SLA. Authenticated via API keys with granular permission controls.
Simple, intuitive endpoints
Our REST API is designed to be developer-friendly. Check property status, retrieve scheme details, and manage alerts with standard HTTP methods.
curl https://tuxa.co.uk/api/address/221B+Baker+Street,London,NW1+6XE \
-H "X-API-Key: Your-API-Key"
# Response
{
"schemes": [
{
"area": "Regent's Park",
"scheme": "Selective Designation 2",
"type": "Selective",
"start": "24/11/2025",
"end": "23/11/2030",
"url": "https://www.westminster.gov.uk/housing/private-sector-housing/selective-property-licensing/do-i-need-licence"
}
]
}