API Documentation
Integrate the FundScholar dataset directly into your application. Our REST API provides real-time access to our global scholarship database.
Authentication
All API requests require an API key to be passed in the x-api-key header. To obtain an API key, contact our B2B team.
x-api-key: your_api_key_hereEndpoints
GET
/api/v1/scholarshipsRetrieve a list of active scholarships, optionally filtered by country, degree level, or coverage type.
Query Parameters
countryISO 3166-1 alpha-2 code (e.g., US, GB)levelbachelors | masters | phd | research | highschoolcoveragefull | tuition | partial | stipendlimitMax results (1-100, default 20)offsetPagination offset (default 0)
Example Request
curl -H "x-api-key: your_key" \ "https://fundscholar.site/api/v1/scholarships?country=GB&level=masters&limit=5"Rate Limits & Pricing
API usage is metered. Your account includes a daily free tier, after which metered usage is billed via Stripe.
- Basic Plan: 1,000 requests/day free. $0.01 per 1,000 additional requests.
- Pro Plan: 10,000 requests/day free. $0.005 per 1,000 additional requests.