datapoint.market_ ALPHA v0.0.1

Abalone

API

Sold 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.

★ Free⤓ dataset · csv
Price per download Free no payment
Method GET
Networks
Format csv download
License UCI ML Repository. Most datasets are licensed CC BY 4.0 — cite the dataset page.

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
    • columns array of
      • string
    • note string
    • sample_rows array of
      • object
        • Diameter string
        • Height string
        • Length string
        • Rings string
        • Sex string · M | F
        • Shell_weight string
        • Shucked_weight string
        • Viscera_weight string
        • Whole_weight string

Example rows

DiameterHeightLengthRingsSexShell_weightShucked_weightViscera_weightWhole_weight
0.3650.0950.45515M0.150.22450.1010.514
0.2650.090.357M0.070.09950.04850.2255
0.420.1350.539F0.210.25650.14150.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"
    }
  ]
}
declaredfresh

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={})
Free to call

This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.

Buyer guide →

Provider: Data 37