Endpoint
GET
/api/courses
Returns all courses as JSON. Optionally filter by search query.
q
string
optional
— Search/filter by course name
Response shape
{
"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/..."
},
...
]
}