GET /universities/search
Search over 10,000 universities worldwide by name or country. Returns university name, website URLs, domains, and country. Useful for building education portals, school comparison tools, university application platforms, and academic research directories. Data covers institutions across all continents with a focus on degree-granting universities.
name
optional
Name
country
optional
Country
| Name | Required | Default | Description |
|---|---|---|---|
name |
No | - | Name |
country |
No | - | Country |
curl "https://nordapi.ee/api/v1/universities/search?country=Norway"
curl "https://nordapi.ee/api/v1/universities/search?country=Norway"
curl "https://nordapi.ee/api/v1/universities/search?name=Oxford"
curl "https://nordapi.ee/api/v1/universities/search?country=Japan"
{
"count": 24,
"data": [
{
"country": "Norway",
"country_code": "NO",
"domains": [
"aho.no"
],
"name": "Oslo School of Architecture",
"state_province": null,
"web_pages": [
"http://www.aho.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"bi.no"
],
"name": "Norwegian School of Management BI",
"state_province": null,
"web_pages": [
"http://www.bi.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"hia.no"
],
"name": "Agder University College",
"state_province": null,
"web_pages": [
"http://www.hia.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"hib.no"
],
"name": "Bergen University College",
"state_province": null,
"web_pages": [
"http://www.hib.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"hibo.no"
],
"name": "Bodo Regional University",
"state_province": null,
"web_pages": [
"http://www.hibo.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"hifm.no"
],
"name": "Finnmark University College",
"state_province": null,
"web_pages": [
"http://www.hifm.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"hil.no"
],
"name": "Lillehammer University College",
"state_province": null,
"web_pages": [
"http://www.hil.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"himolde.no"
],
"name": "Molde University College",
"state_province": null,
"web_pages": [
"http://www.himolde.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"khio.no"
],
"name": "National College of Art and Design",
"state_province": null,
"web_pages": [
"http://www.khio.no/shks/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nhh.no"
],
"name": "Norwegian School of Economics and Business Administration",
"state_province": null,
"web_pages": [
"http://www.nhh.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nih.no"
],
"name": "Norwegian University of Sport and Physical Education",
"state_province": null,
"web_pages": [
"http://www.nih.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nith.no"
],
"name": "Norway's Information Technology University College",
"state_province": null,
"web_pages": [
"http://www.nith.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nla.no"
],
"name": "Norwegian Teacher Academy for Studies in Religion and Education",
"state_province": null,
"web_pages": [
"http://www.nla.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nlh.no"
],
"name": "Agricultural University of Norway",
"state_province": null,
"web_pages": [
"http://www.nlh.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"nmh.no"
],
"name": "Norwegian State Academy of Music",
"state_province": null,
"web_pages": [
"http://www.nmh.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"ntnu.no"
],
"name": "Norwegian University of Science and Technology",
"state_province": null,
"web_pages": [
"http://www.ntnu.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"ska.khio.no"
],
"name": "National Academy of Fine Arts",
"state_province": null,
"web_pages": [
"http://ska.khio.no/main"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"uib.no"
],
"name": "University of Bergen",
"state_province": null,
"web_pages": [
"http://www.uib.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"uio.no"
],
"name": "University of Oslo",
"state_province": null,
"web_pages": [
"http://www.uio.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"uis.no"
],
"name": "University of Stavanger",
"state_province": null,
"web_pages": [
"http://www.uis.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"uit.no"
],
"name": "University of Tromsø",
"state_province": null,
"web_pages": [
"http://www.uit.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"umb.no"
],
"name": "Norwegian University of Life Sciences",
"state_province": null,
"web_pages": [
"http://www.umb.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"veths.no"
],
"name": "Norwegian College of Veterinary Medicine",
"state_province": null,
"web_pages": [
"http://www.veths.no/"
]
},
{
"country": "Norway",
"country_code": "NO",
"domains": [
"kristiania.no"
],
"name": "Kristiania University College",
"state_province": "Østlandet",
"web_pages": [
"https://kristiania.no"
]
}
],
"success": true
}