Welcome to the College API by the-bipu. Here we've tried to list all the colleges of India with this API.
Use this endpoint to retrieve a random college.
Example Request:
Example Response:
{
"collegeCode": "random-college-code",
"collegeName": "Random College Code"
}Use this endpoint to retrieve a list of colleges with same starting letter.
Example Request:
Example Response:
[
{
"collegeCode": "random-college-code",
"collegeName": "Random College Code"
},
{
"collegeCode": "another-random-college-code",
"collegeName": "Another Random College Code"
}
]Use this endpoint to retrieve a list of available colleges.
Example Request:
Example Response:
[
{
"collegeCode": "random-college-code",
"collegeName": "Random College Code"
},
{
"collegeCode": "another-random-college-code",
"collegeName": "Another Random College Code"
}
]