cURL
curl --request GET \ --url https://us-red-property-data.p.rapidapi.com/api/v1/mortgage/loan-calculation \ --header 'x-rapidapi-key: <api-key>'
{ "success": true, "cost": 1, "data": { "monthly_cost": 7920, "total_payment": 2239407, "monthly_cost_items": [ { "amount": 6221, "display_name": "Principal & interest", "type": "PRINCIPAL_AND_INTEREST" } ], "amortization_schedule": [ { "interest": 62092, "principal": 12555 } ] } }
Mortgage Loan Calculation
Rapid API Key
Down payment
1
"258000"
Hoa fees
"0"
Home insurance rate
"0.0033"
Interest rate
"0.0605"
Loan type
"THIRTY_YEAR_FIX"
Price
"1290000"
Property tax rate
"0.0125"
Success
true
Cost of the request
Show child attributes