/api/aidFinancial aid estimate for student and financial-aid agents. Returns expected aid package by income bracket via College Scorecard, net cost, Pell eligibility, and institutional generosity.
US financial aid estimate
College Scorecard federal data: net price by income bracket, Pell Grant eligibility, institutional generosity, 4-year cost estimate, and negotiation leverage for any US college.
**Price:** $0.12 USDC per call
Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.
No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.
{
"properties": {
"assets": {
"description": "Reportable assets (exclude retirement accounts)",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"college": {
"description": "US college or university name",
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"dependency_status": {
"description": "Dependency status",
"enum": [
"dependent",
"independent"
],
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"family_size": {
"description": "Household size (default: 4)",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"income": {
"description": "Household AGI",
"required": true,
"type": "number",
"x-parameter-location": "query"
},
"lang": {
"description": "Response language",
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"college",
"income"
],
"type": "object"
}