- A free API for University of Applied Sciences Upper Austria
- Developed using Web Scaping using the BeautifulSoup Framework
- You can send requests and get information about all FHOOE Bachelor Programs categorized by campus.
- You can request Campus, Program Name, Description data
- Example: Use this url to fetch all bachelor programs data https://fhooe-api.herokuapp.com/bachelors
"Hagenberg": [
{
"name": "Automotive Computing",
"desc": "Acquire the know-how to drive the digital revolution in the automotive sector. This degree focuses on the ICT-aspects of connected cars, and also takes in areas like security, efficiency, communications and infotainment. Topics include software technology and automotive engineering."
}
- Python
- FastAPI
- BeautifulSoup