Path Parameters
Examples:
"issuer:amex"
"issuer:gem"
Response
Retrieve all credit card rates for all institutions
The response is of type object
.
curl --request GET \
--url https://ratesapi.nz/api/v1/credit-card-rates/{issuerId}
{
"type": "CreditCardRates",
"data": [
{
"id": "issuer:anz",
"name": "Amex",
"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"
}
]
}
],
"plans": [
{
"id": "plan:amex:airpoint-card",
"name": "Airpoint Card",
"interestFreePeriodInMonths": 55,
"primaryFeeNZD": 0,
"balanceTransferRate": 0,
"balanceTransferPeriod": "6 months",
"cashAdvanceRate": 0,
"purchaseRate": 0
}
]
}
],
"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/credit-card-rates/{issuerId}
{
"type": "CreditCardRates",
"data": [
{
"id": "issuer:anz",
"name": "Amex",
"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"
}
]
}
],
"plans": [
{
"id": "plan:amex:airpoint-card",
"name": "Airpoint Card",
"interestFreePeriodInMonths": 55,
"primaryFeeNZD": 0,
"balanceTransferRate": 0,
"balanceTransferPeriod": "6 months",
"cashAdvanceRate": 0,
"purchaseRate": 0
}
]
}
],
"lastUpdated": "2021-08-01T00:00:00.000Z",
"termsOfUse": "<string>",
"timestamp": "2025-03-04T02:30:00.000Z"
}
"issuer:amex"
"issuer:gem"
Retrieve all credit card rates for all institutions
The response is of type object
.