LQ
Search for colleges across India by name, city, or state.
https://api.learnequick.com/api/public/college/searchqSearch query string (e.g. 'IIT Bombay')
curl -X GET \ "https://api.learnequick.com/api/public/college/search"
{
"success": true,
"data": [
{
"id": "api_1234",
"name": "Indian Institute of Technology, Bombay",
"city": "Mumbai",
"state": "Maharashtra"
}
],
"message": "Colleges fetched successfully"
}