Home

Awesome

<img src="docs/photo.png" width=700>

Universities is free & open source API service. :school_satchel:

Features :rocket:

Try it online with the Documentation now!

How to use & query parameters :bulb:

You can search by:

Multiple querying & Auto completion

Example Response

{
    "name": "Ludwig-Maximilians-Universität München",
    "alpha_two_code": "DE",
    "country": "Germany",
    "web_pages": [
      "http://www.uni-muenchen.de/"
    ],
    "domains": [
      "uni-muenchen.de"
    ],
    "state_province": null
}

For Installation :pushpin:

git clone https://github.com/ycd/universities.git
cd universities
virtulenv env
source env/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

License

This project is licensed under the terms of the MIT license.