Titanic
APISold by Data 37
Titanic survival contingency table. Source: Rdatasets (Vincent Arel-Bundock) — https://vincentarelbundock.github.io/Rdatasets/doc/datasets/Titanic.html Data vintage: 1912 (published 1995) 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/titanic
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
Agestring age group (Child/Adult) or age in years depending on editionClassstring passenger class / crew (1st, 2nd, 3rd, Crew)Freqstring number of passengers in this cell (the table is aggregated counts)Sexstring · Male | Female sexSurvivedstring · Yes | No survived the sinking — the target variablerownamesstring
- object
Example rows
| rownames | Class | Sex | Age | Survived | Freq |
|---|---|---|---|---|---|
| 1 | 1st | Male | Child | No | 0 |
| 2 | 2nd | Male | Child | No | 0 |
| 3 | 3rd | Male | Child | No | 35 |
Example response (JSON)
{
"columns": [
"rownames",
"Class",
"Sex",
"Age",
"Survived",
"Freq"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"rownames": "1",
"Class": "1st",
"Sex": "Male",
"Age": "Child",
"Survived": "No",
"Freq": "0"
},
{
"rownames": "2",
"Class": "2nd",
"Sex": "Male",
"Age": "Child",
"Survived": "No",
"Freq": "0"
},
{
"rownames": "3",
"Class": "3rd",
"Sex": "Male",
"Age": "Child",
"Survived": "No",
"Freq": "35"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/titanic'
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", "titanic", 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