API to get a list of universities in a specified country
University API Documentation
A University API is like a digital guide to a university, offering information about courses, faculty, departments, and more. It's a powerful tool for students, researchers, and developers to access information, automate tasks, and build helpful applications. Think of it as a central hub for university data, making it easier to connect and interact with the institution.
Base URL
https://santechapi.vercel.app
Authentication
headers : {
"token" : {YOUR API KEY}
}
Endpoint:university/country/{:q}
Parameters:
{q}: Random input text from the user
HTTP Method: Get
Example request
GET /university/country/India
Example Response
200
Error Handling
In case of an error, the API will respond with an appropriate HTTP status code and an error message in the response body.