/property namespace · APlicious

Property API — mortgage amortization, affordability, and stamp duty in one key

The /property namespace covers the full home-buying decision: amortization schedules, affordability, stamp duty, capital gains, and rent-vs-buy analysis — every endpoint documents its data provenance.

20property endpoints
Get free API key View docs
GET /api/v1/property/amortization
const res = await fetch(
  'https://aplicious.com/api/v1/property/amortization?loan_amount=300000&annual_rate=6.5&years=30',
  { headers: { 'X-API-Key': 'lapi_live_••••' } }
);
const { data } = await res.json();
// { monthly_payment: 1896.20, total_payment: 682632.0, total_interest: 382632.0 }

No credit card · Free tier forever · X-API-Key header auth

What's included in /property

Full amortization schedule

Exact monthly payment, principal, interest, and remaining balance for every month of a loan, not just a summary.

Mortgage affordability

How much you can actually borrow given income, debts, and down payment — using standard DTI rules.

Tax and closing costs

Stamp duty, capital gains tax, and closing costs calculated per-country, not a generic global formula.

Neighborhood scoring

Weighted composite score across 8 factors, adjustable by buyer profile (family, investor, retiree, young professional).

Rent vs. buy analysis

Total-cost-of-ownership comparison, not just a monthly payment comparison.

Start using the mortgage calculator API today

Free tier — 500 calls/month, no credit card. Upgrade when you need more.

Get free API keyExplore /property docs

Frequently asked questions

Does this include live property listings?

No. This namespace provides calculators and reference data, not an MLS feed — licensing live listing data has different legal terms per country.

How current is the stamp duty / tax data?

Reviewed annually. Reference rates are tax-code data, which changes far less often than market data.

Can I get the full month-by-month schedule?

Yes — pass full_schedule=true on /amortization for every month's principal, interest, and balance.

Related API guides

Legal API for SaaS — Jurisdiction Data, Document Generators, Compliance

30 endpoints covering 22+ jurisdictions: business entity types, minimum wage, GD

Read guide

Finance API for Developers — Stock Quotes, SIP, Tax, Forex

REST API for stock quotes, SIP calculators, compound interest, forex rates, tax

Read guide

Currency Conversion API — Live Rates, 170 Currencies, Free

Live currency exchange rates, historical rates, and conversion endpoints for 170

Read guide

One key unlocks all 34 namespaces — weather, finance, fitness, astrology, and more.

View all plans and pricing →