curl --request GET \
--url https://ratesapi.nz/api/v1/car-loan-rates/{institutionId}
{
"type": "CarLoanRates",
"data": [
{
"id": "institution:anz",
"name": "ANZ",
"products": [
{
"id": "product:anz:standard",
"name": "Standard",
"rates": [
{
"id": "rate:anz:standard:18-months",
"rate": 4.29,
"plan": "Secured",
"condition": "$3,000 to $50,000"
}
]
}
]
}
],
"lastUpdated": "2021-08-01T00:00:00.000Z",
"termsOfUse": "<string>",
"timestamp": "2025-03-04T02:30:00.000Z"
}
curl --request GET \
--url https://ratesapi.nz/api/v1/car-loan-rates/{institutionId}
{
"type": "CarLoanRates",
"data": [
{
"id": "institution:anz",
"name": "ANZ",
"products": [
{
"id": "product:anz:standard",
"name": "Standard",
"rates": [
{
"id": "rate:anz:standard:18-months",
"rate": 4.29,
"plan": "Secured",
"condition": "$3,000 to $50,000"
}
]
}
]
}
],
"lastUpdated": "2021-08-01T00:00:00.000Z",
"termsOfUse": "<string>",
"timestamp": "2025-03-04T02:30:00.000Z"
}
"institution:asb"
"institution:kiwibank"
Retrieve all car loan rates for all institutions
The response is of type object
.