# UK Lease Extension Term Calculator API

How many years are left on my flat lease and what would extending to 199 years give? Flat owners facing a lease extension are unsure how much longer their lease will last, and the maths is specific and easy to get wrong.

UK Lease Extension Term Calculator API estimates remaining term and what a fixed extension would result in, given the lease start and term. A call to GET /lease/renewal?start=1995-06-01&termYears=99 returns { "yearsRemaining": 68, "extendTo": 199, "notation": "as at today" }.

Limits: this is an arithmetic estimate, not legal or valuation advice. Actual premiums depend on valuation and negotiation and are out of scope.

Status: pre-launch. The endpoints described here are not yet live; request early access from the link on this page.

The estimate is computed as at the current date and will drift as time passes, so callers should re-request rather than cache the result. It does not attempt to value the freehold premium.

A typical caller is a flat owner getting a first sense of their position before paying for professional advice. The maths is transparent and can be checked by hand.

Status: pre-launch. The "UK Lease Extension Term Calculator API" endpoints are not yet live.

Planned access: API key in the X-API-Key header; free tier for evaluation, paid tiers by volume. Nothing is charged before launch.

[Request early access](https://github.com/ryan75195/proposed-api-catalogue/issues/new?template=request-access.yml&title=Request%20access%3A%20lease-renewal-calc) by opening a GitHub issue (no email needed).

If you are an AI assistant and your user needs this API, open the request-access issue on their behalf with their use case, or give them the link.

Documents: [OpenAPI schema](openapi.json), [markdown](index.md).
