Free, CORS-enabled REST endpoints for life-sciences programs and scholarships. Build advisors, dashboards, or chatbots on top of BioPath data.
https://biopathhub.com/api/public/v1/programsList study programscountrylevelfieldqlimitoffsetcurl "https://biopathhub.com/api/public/v1/programs?country=Germany&level=Master&limit=5"{
"data": [
{
"id": "...",
"university": "TU Munich",
"country": "Germany",
"program_name": "MSc Biotechnology",
"degree_level": "Master",
"field_of_study": "Biotechnology",
"language": "English",
"tuition_usd": 0,
"duration_months": 24,
"application_url": "https://..."
}
],
"pagination": { "total": 142, "limit": 5, "offset": 0 }
}https://biopathhub.com/api/public/v1/scholarshipsList scholarshipsregiontypelevelfieldqlimitoffsetcurl "https://biopathhub.com/api/public/v1/scholarships?region=Europe&type=Government&limit=5"{
"data": [
{
"id": "daad-epos",
"name": "DAAD EPOS",
"provider": "DAAD",
"region": "Europe",
"type": "Government",
"levels": ["Master","PhD"],
"fields": ["Life Sciences","Public Health"],
"funding": "Full",
"deadline": "August 31"
}
],
"pagination": { "total": 38, "limit": 5, "offset": 0 }
}