Hand-picked premium courses shared for free. Click any course to access it on Google Drive.
Loading courses...
/api/courses.
Use GET to fetch the full catalog as JSON, and add the
?q= query parameter to filter courses by keyword.
No auth, no rate limits — every response is JSON.
Returns the full list of available courses with IDs, names, and Drive links.
Filters the catalog by keyword. The match is case-insensitive and runs against the course name.
| Param | Type | Status | Description |
|---|---|---|---|
| q | string | optional | Search / filter keyword (e.g. youtube) |
{
"success": true,
"title": "AHM7 Tech Courses 2026",
"total": 17,
"count": 17,
"courses": [
{
"id": 1,
"name": "🎉 YouTube Automation Course By Huzaifa ❤",
"url": "https://drive.google.com/drive/folders/..."
},
...
]
}