Open Scholarships

Openly-licensed directory of US scholarships and student aid

📚 Open DataUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL

Open Scholarships is a machine-readable, CC BY 4.0 directory of US scholarships sourced from official pages. Filter by state, availability, or keyword to get structured records with sponsor, award amounts, deadlines, and eligibility. Responses ship with the required attribution string built in.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://scholarships.grudged.io/api/scholarships?state=NV&availability=open

{
  "total": 17,
  "limit": 50,
  "offset": 0,
  "license": "CC-BY-4.0",
  "results": [
    {
      "id": "us-aiaa-foundation-undergraduate-scholarships",
      "name": "AIAA Foundation Undergraduate Scholarships",
      "sponsor": "American Institute of Aeronautics and Astronautics",
      "award": {
        "amount_max": 10000,
        "currency": "USD"
      }
    }
  ]
}
Call itcurl · fetch · python
curl "https://scholarships.grudged.io/api/scholarships?state=NV&availability=open"
const res = await fetch("https://scholarships.grudged.io/api/scholarships?state=NV&availability=open");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://scholarships.grudged.io/api/scholarships?state=NV&availability=open")
print(res.json())
Endpoints · 6On scheduleFULL DOCS ↗
First rollup pending — GET /scholarships?state=NV&availability=open has been probed
GET/scholarships?state=NV&availability=openPROBED

Openly-licensed directory of US scholarships and student aid

GET/scholarships?limit=5

Scholarships — documented GET route.

GET/scholarships?page=1

Scholarships — documented GET route.

GET/scholarships.json

Scholarships Json — documented GET route.

GET/api/scholarships?state=NV&level=high-school-senior

Scholarships — documented GET route.

GET/api/scholarships?q=nursing&amount_min=5000

Search results filtered by query parameters.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Open Scholarships: common questions

Is Open Scholarships free to use?

Yes — Open Scholarships is a free open data API. Free tier: Free — no key (CC BY 4.0; attribution required). Commercial use is allowed on the free tier.

Does Open Scholarships need an API key?

No — Open Scholarships needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Open Scholarships from the browser?

Yes — Open Scholarships returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Open Scholarships up right now?

As of our last scheduled check, Open Scholarships is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.