Student Performance
APISold by Data 37
Portuguese secondary-student performance data for math and Portuguese courses. Source: UCI Machine Learning Repository — https://archive.ics.uci.edu/dataset/320 Data vintage: published 2014 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/student-performance
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
DalcstringFedustringFjobstringG1stringG2stringG3stringMedustringMjobstringPstatusstringWalcstringabsencesstringactivitiesstringaddressstringagestringcoursestringfailuresstringfamrelstringfamsizestringfamsupstringfreetimestringgooutstringguardianstringhealthstringhigherstringinternetstringnurserystringpaidstringreasonstringromanticstringschoolstringschoolsupstringsexstringstudytimestringtraveltimestring
- object
Example rows
| Dalc | Fedu | Fjob | G1 | G2 | G3 | Medu | Mjob | Pstatus | Walc | absences | activities | address | age | course | failures | famrel | famsize | famsup | freetime | goout | guardian | health | higher | internet | nursery | paid | reason | romantic | school | schoolsup | sex | studytime | traveltime |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 4 | teacher | 5 | 6 | 6 | 4 | at_home | A | 1 | 6 | no | U | 18 | math | 0 | 4 | GT3 | no | 3 | 4 | mother | 3 | yes | no | yes | no | course | no | GP | yes | F | 2 | 2 |
Example response (JSON)
{
"columns": [
"school",
"sex",
"age",
"address",
"famsize",
"Pstatus",
"Medu",
"Fedu",
"Mjob",
"Fjob",
"reason",
"guardian",
"traveltime",
"studytime",
"failures",
"schoolsup",
"famsup",
"paid",
"activities",
"nursery",
"higher",
"internet",
"romantic",
"famrel",
"freetime",
"goout",
"Dalc",
"Walc",
"health",
"absences",
"G1",
"G2",
"G3",
"course"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"Dalc": "1",
"Fedu": "4",
"Fjob": "teacher",
"G1": "5",
"G2": "6",
"G3": "6",
"Medu": "4",
"Mjob": "at_home",
"Pstatus": "A",
"Walc": "1",
"absences": "6",
"activities": "no",
"address": "U",
"age": "18",
"course": "math",
"failures": "0",
"famrel": "4",
"famsize": "GT3",
"famsup": "no",
"freetime": "3",
"goout": "4",
"guardian": "mother",
"health": "3",
"higher": "yes",
"internet": "no",
"nursery": "yes",
"paid": "no",
"reason": "course",
"romantic": "no",
"school": "GP",
"schoolsup": "yes",
"sex": "F",
"studytime": "2",
"traveltime": "2"
}
]
}Call it from the shell
curl 'https://api.datapoint.market/r/data37/student-performance'
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", "student-performance", 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