Universities List
The Universities List API lets you search and filter universities worldwide by country, name, or domain. It’s free, open, and easy to use without authentication, making it perfect for education platforms, research, or student resources.
1
Endpoints
43
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Searches universities by name and country
Full URL
http://universities.hipolabs.com/search/search
Code Examples
curl -X GET 'http://universities.hipolabs.com/search/search'
Parameters
{ "name": "Harvard", "country": "United States" }
Example Response
[
{
"name": "Harvard University",
"country": "United States",
"domains": [
"harvard.edu"
],
"web_pages": [
"https://www.harvard.edu/"
]
}
]
Version
v1
Tags
educationreference
Related APIs
Discover similar APIs that might interest you