Welcome to the HEI API project (beta), which aims to provide up-to-date basic information on Higher Education Institutions engaged in activities and programs in Europe and should act as a central information source for various initiatives and services provided by the European University Foundation (EUF) and it's partners.
This site contains Institution data in HTML (webpage) format and more importantly provides several public API endpoints with Institution data in JSON:API compliant format. See the full HEIAPI specification using the OpenAPI format for more details.
Institution data
Check a single Institution's basic information stored in the project database, using it's SCHAC code. Just input them into your browsers address bar following the examples below:
URLs: /schac/{schac_code}
Examples of use:
- University of Vienna: /schac/univie.ac.at/
- Ghent University: /schac/ugent.be
- Charles University in Prague: /schac/cuni.cz
- Humboldt University of Berlin: /schac/hu-berlin.de
- Philipps-Universität Marburg: /schac/uni-marburg.de
- University of Alcalá: /schac/uah.es
- University of Barcelona: /schac/ub.edu
- University of Eastern Finland: /schac/uef.fi
- Paris 1 Panthéon-Sorbonne: /schac/pantheonsorbonne.fr
- Aristotle University of Thessaloniki: /schac/auth.gr
- Eötvös Loránd University: /schac/elte.hu
- Trinity College Dublin: /schac/tcd.ie
- Roma Tre University: /schac/uniroma3.it
- University of Naples Federico II: /schac/unina.it
- University of Latvia: /schac/lu.lv
- University of Luxembourg: /schac/uni.lu
- Erasmus University Rotterdam: /schac/eur.nl
- University of Warsaw: /schac/uw.edu.pl
- University of Porto: /schac/up.pt
Publicly available API endpoints
We have good news for the technical-minded! This service has publicly available endpoints accessible with any http client, (including a browser). All endpoints provide data in JSON format, following the JSON:API specification.
General rule: The version declaration can be omitted in the URLs. Doing that will automatically open the latest version of the API endpoints.
Current latest version is: v1
Institutions index endpoint
Provides an index of every Institution present in the project database, with country information and identifiers for each HEI.
URL for latest version: /api/public/hei
URL for specific version (v1): /api/public/v1/hei
Allowed methods: GET
Countries endpoint
Provides an index for Institution data by listing countries and a link pointing to the list and data of Institutions for the selected country.
URL for latest version: /api/public/country
URL for specific version (v1): /api/public/v1/country
Allowed methods: GET
Institutions by country endpoints
Provides a list of Institutions in the country provided as a parameter. Parameter should be the country's ISO-3166 Alpha-2 two letter code. The countries endpoint provides the ISO code data.
URLs for latest version: /api/public/country/{iso_code}/hei
URLs for specific version (v1): /api/public/v1/country/{iso_code}/hei
Allowed methods: GET
Try a few of the Institutions by country endpoints:
- List of Institutions in Belgium (latest)
- List of Institutions in Belgium (v1)
- List of Institutions in Germany (latest)
- List of Institutions in Germany (v1)
Institutions by schac code endpoints
Provides data for the Institution with the schac code in the URL. Possible parameter values can be found in the Institutions index endpoint, their name is hei_id
in the response.
URLs for latest version: /api/public/schac/{schac_code}/hei
URLs for specific version (v1): /api/public/v1/schac/{schac_code}/hei
Try a few of the Institutions by Schac endpoints (all point to latest version):
- University of Vienna: /api/public/schac/univie.ac.at/hei
- Ghent University: /api/public/schac/ugent.be/hei
- Charles University in Prague: /api/public/schac/cuni.cz/hei
- Humboldt University of Berlin: /api/public/schac/hu-berlin.de/hei
- Philipps-Universität Marburg: /api/public/schac/uni-marburg.de/hei
- University of Alcalá: /api/public/schac/uah.es/hei
- University of Barcelona: /api/public/schac/ub.edu/hei
- University of Eastern Finland: /api/public/schac/uef.fi/hei
- Paris 1 Panthéon-Sorbonne: /api/public/schac/pantheonsorbonne.fr/hei
- Aristotle University of Thessaloniki: /api/public/schac/auth.gr/hei
- Eötvös Loránd University: /api/public/schac/elte.hu/hei
- Trinity College Dublin: /api/public/schac/tcd.ie/hei
- Roma Tre University: /api/public/schac/uniroma3.it/hei
- University of Naples Federico II: /api/public/schac/unina.it/hei
- University of Latvia: /api/public/schac/lu.lv/hei
- University of Luxembourg: /api/public/schac/uni.lu/hei
- Erasmus University Rotterdam: /api/public/schac/eur.nl/hei
- University of Warsaw: /api/public/schac/uw.edu.pl/hei
- University of Porto: /api/public/schac/up.pt/hei