{"id":13682399,"url":"https://github.com/Hipo/university-domains-list","last_synced_at":"2025-04-30T09:32:23.561Z","repository":{"id":22262462,"uuid":"25596429","full_name":"Hipo/university-domains-list","owner":"Hipo","description":"University Domains and Names Data List \u0026 API","archived":false,"fork":false,"pushed_at":"2024-11-05T11:34:11.000Z","size":26681,"stargazers_count":1315,"open_issues_count":66,"forks_count":443,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-11-11T18:11:40.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hipo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-22T18:07:51.000Z","updated_at":"2024-11-10T22:19:59.000Z","dependencies_parsed_at":"2023-02-15T09:16:50.559Z","dependency_job_id":"71999c3f-0038-4034-ab93-6049acba831f","html_url":"https://github.com/Hipo/university-domains-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hipo%2Funiversity-domains-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hipo%2Funiversity-domains-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hipo%2Funiversity-domains-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hipo%2Funiversity-domains-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hipo","download_url":"https://codeload.github.com/Hipo/university-domains-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224206051,"owners_count":17273379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T13:01:45.531Z","updated_at":"2024-11-12T02:30:36.016Z","avatar_url":"https://github.com/Hipo.png","language":"Python","funding_links":[],"categories":["Index","Python"],"sub_categories":["Open Data"],"readme":"# University Domains and Names Data List \u0026 API\n\nDo you need a list of universities and their domain names? You found it!\n\nThis package includes a JSON file that contains domains, names and countries of most of the universities of the world.\n\nExample usecases: \n- You can create a validation script that checks the email domain.\n- You can automatically generate a user's country and university by looking at their emails.\n\nYou can use this data source in three ways:\n\n- Use the JSON file as your data source and do whatever you like with your favourite programming language.\n- Use free hosted-API.\n- Use the tiny Python app to serve a fast API that you can query data.\n\n\n### 1 - Using the Data Source\n\nThe whole data source is located in the `world_universities_and_domains.json` file. It is just a list of dictionaries in the following format:\n\n    [\n    \t...\n    \t{\n    \t    \"alpha_two_code\": \"TR\",\n    \t    \"country\": \"Turkey\",\n    \t    \"state-province\": null,\n    \t    \"domains\": [\n    \t        \"sabanciuniv.edu\",\n    \t        \"sabanciuniv.edu.tr\"\n    \t    ],\n    \t    \"name\": \"Sabanci University\",\n    \t    \"web_pages\": [\n    \t        \"http://www.sabanciuniv.edu/\",\n    \t        \"http://www.sabanciuniv.edu.tr/\"\n    \t    ],\n    \t},\n    \t...\n    ]\n\nIf you want a smaller final payload and only need a subset of countries, run\n\n```bash\nfilter.py $country1 [Optional: $country2]\n```\n\nfrom the root directory to return\n\n```\nfiltered_world_universities_and_domains.json\n```\n\nNOTE: Some universities use a format like `[user]@[department].[domain]`, but this list only contains the `[domain]` portion.\nFor example, an email address might be `[student]@cs.usc.edu`, and this list will contain 'usc.edu', the domain for the\nUniversity of Southern California. Take this into consideration if using this list for email address validation.\n\n### 2 - Using The Hosted API\n\nThis is the easiest method if you're making a small project or just want to discover the data without any hassle.\nIt is sponsored by [Hipo](http://www.hipolabs.com) and free. If you have a big project, please host it on your own server.\n\nSome example searches:\n\n- http://universities.hipolabs.com\n- http://universities.hipolabs.com/search?name=middle\n- http://universities.hipolabs.com/search?name=middle\u0026country=turkey\n\nThe hosted API uses [university-domains-list-api](https://github.com/Hipo/university-domains-list-api) package.\n\n### 3 - Using the built-in API on your server\n\nYou can access the python API via [university-domains-list-api](https://github.com/Hipo/university-domains-list-api)\n\n# Contribution\n\nPlease contribute to this list! We need your support to keep this list up-to-date.\nDo not hesitate to fix any wrong data. It is extremely easy. Just open a PR, or create an issue.\n\n# Contributors\n\n- Yiğit Güler\n- Tuna Vargı\n- Patrick Michelberger\n- Rasim Demirbay\n- Ryan White\n- Bilal Arslan\n- anwilli5\n- Thomas Bauer\n- Emin Mastizada\n- Jai\n- Jimi Ford\n- Lars Schwegmann\n- Sedat Karancı\n- Charles Bedrosian\n- Harrison Lo\n- mattdfloyd\n- Ender Ahmet Yurt\n- Enis Behiç Tuysuz\n- Syed Zakawat\n- Daksh Shah\n- Maizer Gomes\n- Denys Vitali\n- Ary Wibowo\n- Matt Floyd\n- Joris Boquet\n- Konstantin Ladutenko\n- Romain Odeval\n- remediate\n- Errorific\n- summerplaybook\n- hamedty\n- Sedat\n- Sotirios Roussis\n- majilesh\n- Itay Grudev\n- luungoc2005\n- Ajithkumar Sekar\n- Christopher Chen\n- Dimitris Karakostas\n- Chun Fei Lung\n- Mamat Rahmat\n- Wisnu Adi Nurcahyo\n- jvanstraten\n- Ekin Dursun\n- Kevin Bohinski\n- Lachlan Marnham\n- Baptiste Pellarin\n- Kelian Baert\n- [more](https://github.com/Hipo/university-domains-list/graphs/contributors)\n\n### Created and maintained by [Hipo](http://www.hipolabs.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHipo%2Funiversity-domains-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHipo%2Funiversity-domains-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHipo%2Funiversity-domains-list/lists"}