Free, CORS-enabled REST endpoints for life-sciences programs and scholarships. Build advisors, dashboards, or chatbots on top of BioPath data.
https://biopathhub.net/api/public/v1/programsList study programscountrylevelfieldqlimitoffsetcurl "https://biopathhub.net/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.net/api/public/v1/scholarshipsList scholarshipsregiontypelevelfieldqlimitoffsetcurl "https://biopathhub.net/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 }
}https://biopathhub.net/api/public/v1/jobsList life-sciences jobsregioncategoryseniorityremoteqlimitoffsetcurl "https://biopathhub.net/api/public/v1/jobs?region=Egypt&remote=true&limit=5"{
"data": [
{
"id": "0f1b...",
"slug": "research-associate-cairo",
"title": "Research Associate",
"company": "Nile Biotech",
"location": "Cairo, Egypt",
"region": "Egypt",
"remote": false,
"employment_type": "Full-time",
"seniority": "Entry",
"category": "Research",
"url": "https://...",
"posted_at": "2026-01-12T09:00:00Z"
}
],
"pagination": { "total": 214, "limit": 5, "offset": 0 }
}