college_trends
ActiveTool of io.github.blackboxfoundry/livedatalink
Multi-year trend for one school sourced from the Urban Institute Education Data Portal (IPEDS). Choose a metric (enrollment, graduation_rate, retention, cost) and a year range.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"unit_id",
"metric",
"start_year",
"end_year"
],
"properties": {
"metric": {
"enum": [
"enrollment",
"graduation_rate",
"retention",
"cost"
],
"type": "string",
"description": "Trend metric."
},
"unit_id": {
"type": "string",
"description": "IPEDS UNITID."
},
"end_year": {
"type": "number",
"description": "Last academic year, e.g. 2022."
},
"start_year": {
"type": "number",
"description": "First academic year, e.g. 2010."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries