Abalone
APISold by Data 37
Physical measurements of abalone used to estimate age from shell rings. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/1 Data vintage: 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/abalone
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
DiameterstringHeightstringLengthstringRingsstringSexstring · M | FShell_weightstringShucked_weightstringViscera_weightstringWhole_weightstring
- object
Example rows
| Diameter | Height | Length | Rings | Sex | Shell_weight | Shucked_weight | Viscera_weight | Whole_weight |
|---|---|---|---|---|---|---|---|---|
| 0.365 | 0.095 | 0.455 | 15 | M | 0.15 | 0.2245 | 0.101 | 0.514 |
| 0.265 | 0.09 | 0.35 | 7 | M | 0.07 | 0.0995 | 0.0485 | 0.2255 |
| 0.42 | 0.135 | 0.53 | 9 | F | 0.21 | 0.2565 | 0.1415 | 0.677 |
Example response (JSON)
{
"columns": [
"Sex",
"Length",
"Diameter",
"Height",
"Whole_weight",
"Shucked_weight",
"Viscera_weight",
"Shell_weight",
"Rings"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"Diameter": "0.365",
"Height": "0.095",
"Length": "0.455",
"Rings": "15",
"Sex": "M",
"Shell_weight": "0.15",
"Shucked_weight": "0.2245",
"Viscera_weight": "0.101",
"Whole_weight": "0.514"
},
{
"Diameter": "0.265",
"Height": "0.09",
"Length": "0.35",
"Rings": "7",
"Sex": "M",
"Shell_weight": "0.07",
"Shucked_weight": "0.0995",
"Viscera_weight": "0.0485",
"Whole_weight": "0.2255"
},
{
"Diameter": "0.42",
"Height": "0.135",
"Length": "0.53",
"Rings": "9",
"Sex": "F",
"Shell_weight": "0.21",
"Shucked_weight": "0.2565",
"Viscera_weight": "0.1415",
"Whole_weight": "0.677"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/abalone'
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", "abalone", 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