Default of Credit Card Clients
APISold by Data 37
Taiwan credit-card clients with payment history and default indicator. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/350 Data vintage: 2005 (published 2016) Cleaned and reformatted from the original; see source page for full documentation and citation.
The URL
Send a GET request — parameters go in the query string — no payment, no API key. The relay returns the origin's JSON response directly.
https://api.datapoint.market/r/data37/default-of-credit-card-clients
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
AGEstringBILL_AMT1stringBILL_AMT2stringBILL_AMT3stringBILL_AMT4stringBILL_AMT5stringBILL_AMT6stringEDUCATIONstringIDstringLIMIT_BALstringMARRIAGEstringPAY_0stringPAY_2stringPAY_3stringPAY_4stringPAY_5stringPAY_6stringPAY_AMT1stringPAY_AMT2stringPAY_AMT3stringPAY_AMT4stringPAY_AMT5stringPAY_AMT6stringSEXstringdefault payment next monthstring
- object
Example rows
| AGE | BILL_AMT1 | BILL_AMT2 | BILL_AMT3 | BILL_AMT4 | BILL_AMT5 | BILL_AMT6 | EDUCATION | ID | LIMIT_BAL | MARRIAGE | PAY_0 | PAY_2 | PAY_3 | PAY_4 | PAY_5 | PAY_6 | PAY_AMT1 | PAY_AMT2 | PAY_AMT3 | PAY_AMT4 | PAY_AMT5 | PAY_AMT6 | SEX | default payment next month |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24 | 3913 | 3102 | 689 | 0 | 0 | 0 | 2 | 1 | 20000 | 1 | 2 | 2 | -1 | -1 | -2 | -2 | 0 | 689 | 0 | 0 | 0 | 0 | 2 | 1 |
Example response (JSON)
{
"columns": [
"ID",
"LIMIT_BAL",
"SEX",
"EDUCATION",
"MARRIAGE",
"AGE",
"PAY_0",
"PAY_2",
"PAY_3",
"PAY_4",
"PAY_5",
"PAY_6",
"BILL_AMT1",
"BILL_AMT2",
"BILL_AMT3",
"BILL_AMT4",
"BILL_AMT5",
"BILL_AMT6",
"PAY_AMT1",
"PAY_AMT2",
"PAY_AMT3",
"PAY_AMT4",
"PAY_AMT5",
"PAY_AMT6",
"default payment next month"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"AGE": "24",
"BILL_AMT1": "3913",
"BILL_AMT2": "3102",
"BILL_AMT3": "689",
"BILL_AMT4": "0",
"BILL_AMT5": "0",
"BILL_AMT6": "0",
"EDUCATION": "2",
"ID": "1",
"LIMIT_BAL": "20000",
"MARRIAGE": "1",
"PAY_0": "2",
"PAY_2": "2",
"PAY_3": "-1",
"PAY_4": "-1",
"PAY_5": "-2",
"PAY_6": "-2",
"PAY_AMT1": "0",
"PAY_AMT2": "689",
"PAY_AMT3": "0",
"PAY_AMT4": "0",
"PAY_AMT5": "0",
"PAY_AMT6": "0",
"SEX": "2",
"default payment next month": "1"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/default-of-credit-card-clients'
Call it from an agent
Connected in Claude (or any agent on the connector)? Buy it in one call — no API key, no signup. Call it once with no payment to take a free trial (real data) or get a price quote before you pay.
call_endpoint("data37", "default-of-credit-card-clients", params={})
This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.
Provider: Data 37