Giter Site home page Giter Site logo

rohitlad / university-domains-list-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hipo/university-domains-list-api

0.0 0.0 0.0 164 KB

The API server for the University Domains

Home Page: university-domains-list-api-inky.vercel.app

License: MIT License

Python 100.00%

university-domains-list-api's Introduction

University Domains and Names API

An API and JSON list contains domains, names and countries of most of the universities of the world.

Provides a search endpoint you can search for an autocomplete for university name or/and filter by country.

Feel free to update the list from university-domains-list

SEARCH FROM OUR PUBLIC API


http://universities.hipolabs.com

http://universities.hipolabs.com/search?name=middle

http://universities.hipolabs.com/search?name=middle&country=turkey

API Search Endpoint

Request

/search?name=Middle

Response

[
{
web_page: "http://www.meu.edu.jo/",
country: "Jordan",
domain: "meu.edu.jo",
name: "Middle East University"
},
{
web_page: "http://www.odtu.edu.tr/",
country: "Turkey",
domain: "odtu.edu.tr",
name: "Middle East Technical University"
},
{
web_page: "http://www.mtsu.edu/",
country: "USA",
domain: "mtsu.edu",
name: "Middle Tennessee State University"
},
{
web_page: "http://www.mga.edu/",
country: "USA",
domain: "mga.edu",
name: "Middle Georgia State College"
},
{
web_page: "http://www.mdx.ac.uk/",
country: "United Kingdom",
domain: "mdx.ac.uk",
name: "Middlesex University"
},
{
web_page: "http://www.middlebury.edu/",
country: "USA",
domain: "middlebury.edu",
name: "Middlebury College"
}
]

Request

/search?name=Middle&country=Turkey

Response

[
{
web_page: "http://www.odtu.edu.tr/",
country: "Turkey",
domain: "odtu.edu.tr",
name: "Middle East Technical University"
}
]

API Update Endpoint

If the university dataset changes, the API won't automatically update it. Use this endpoint to force a refresh.

Request

/update

Response

{
    'status': str,
    'message': str
}

Run the Project

  • Clone Project git clone https://github.com/Hipo/university-domains-list-api.git
  • Setup and activate your virtual environment
  • Install requirements pip install -r requirements.txt
  • Run server python app.py

Contribution

Please contribute to this list! We need your support to keep this list up-to-date. Do not hesitate to fix any wrong data. It is extremely easy. Just open a PR, or create an issue.

Created and maintained by Hipo

university-domains-list-api's People

Contributors

alicertel avatar clesmian avatar dependabot[bot] avatar dl-eric avatar e-naharnovic avatar enisbt avatar tunavargi avatar yigitguler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.