University Domains and Names Data List & API #370
rufuspollock
started this conversation in
General
Replies: 1 comment 6 replies
-
Being a JSON, you can query it with SQL in DuckDB Shell! Simple Queryselect
*
from 'https://raw.githubusercontent.com/Hipo/university-domains-list/master/world_universities_and_domains.json'
limit 10; Agregation and Filteringselect
count(*)
from 'https://raw.githubusercontent.com/Hipo/university-domains-list/master/world_universities_and_domains.json'
where country = 'Spain'
limit 10; |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/Hipo/university-domains-list
Do you need a list of universities and their domain names? You found it!
This package includes a JSON file that contains domains, names and countries of most of the universities of the world.
Beta Was this translation helpful? Give feedback.
All reactions