Skip to main content

Quick start

# Get a mortgage payment summary
GET http://calculatemymortgage.org/calculators/api/calculate.php?principal=280000&rate=6.5&term=30

# Example response
{
  "principal": 280000,
  "rate": 6.5,
  "term_years": 30,
  "monthly_payment": 1769.49,
  "monthly_pi": 1769.49,
  "total_interest": 357014.76,
  "schedule_url": "http://calculatemymortgage.org/calculators/api/amortization.php?..."
}