Iris
APISold by Data 37
Classic flower-species dataset with sepal and petal measurements. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/53 Data vintage: 1936 (published 1988) 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/iris
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
petal_lengthstring · 1.4 | 1.3 petal length in cmpetal_widthstring petal width in cmsepal_lengthstring sepal length in cmsepal_widthstring sepal width in cmspeciesstring · Iris-setosa | Iris-versicolor | Iris-virginica iris species — the target variable
- object
Example rows
| petal_length | petal_width | sepal_length | sepal_width | species |
|---|---|---|---|---|
| 1.4 | 0.2 | 5.1 | 3.5 | Iris-setosa |
| 1.4 | 0.2 | 4.9 | 3.0 | Iris-setosa |
| 1.3 | 0.2 | 4.7 | 3.2 | Iris-setosa |
Example response (JSON)
{
"columns": [
"sepal_length",
"sepal_width",
"petal_length",
"petal_width",
"species"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"petal_length": "1.4",
"petal_width": "0.2",
"sepal_length": "5.1",
"sepal_width": "3.5",
"species": "Iris-setosa"
},
{
"petal_length": "1.4",
"petal_width": "0.2",
"sepal_length": "4.9",
"sepal_width": "3.0",
"species": "Iris-setosa"
},
{
"petal_length": "1.3",
"petal_width": "0.2",
"sepal_length": "4.7",
"sepal_width": "3.2",
"species": "Iris-setosa"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/iris'
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", "iris", 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