Statlog German Credit Data
APISold by Data 37
German credit records for classifying good vs bad credit risk. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/144 Data vintage: published 1994 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/statlog-german-credit-data
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
agestringcredit_amountstringcredit_historystringcredit_riskstringduration_monthsstringemployment_sincestringexisting_creditsstringforeign_workerstringhousingstringinstallment_ratestringjobstringnum_liablestringother_debtorsstringother_installment_plansstringpersonal_status_sexstringpropertystringpurposestringresidence_sincestringsavings_accountstringstatus_checkingstringtelephonestring
- object
Example rows
| age | credit_amount | credit_history | credit_risk | duration_months | employment_since | existing_credits | foreign_worker | housing | installment_rate | job | num_liable | other_debtors | other_installment_plans | personal_status_sex | property | purpose | residence_since | savings_account | status_checking | telephone |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 67 | 1169 | A34 | 1 | 6 | A75 | 2 | A201 | A152 | 4 | A173 | 1 | A101 | A143 | A93 | A121 | A43 | 4 | A65 | A11 | A192 |
Example response (JSON)
{
"columns": [
"status_checking",
"duration_months",
"credit_history",
"purpose",
"credit_amount",
"savings_account",
"employment_since",
"installment_rate",
"personal_status_sex",
"other_debtors",
"residence_since",
"property",
"age",
"other_installment_plans",
"housing",
"existing_credits",
"job",
"num_liable",
"telephone",
"foreign_worker",
"credit_risk"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"age": "67",
"credit_amount": "1169",
"credit_history": "A34",
"credit_risk": "1",
"duration_months": "6",
"employment_since": "A75",
"existing_credits": "2",
"foreign_worker": "A201",
"housing": "A152",
"installment_rate": "4",
"job": "A173",
"num_liable": "1",
"other_debtors": "A101",
"other_installment_plans": "A143",
"personal_status_sex": "A93",
"property": "A121",
"purpose": "A43",
"residence_since": "4",
"savings_account": "A65",
"status_checking": "A11",
"telephone": "A192"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/statlog-german-credit-data'
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", "statlog-german-credit-data", 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