Search API
We are sharing our Search API used with our Degree.Me colleges page.
Usage
$ curl https://www.degree.me/api/v1/public/colleges?(...options)
Available options are:
queryparameter is a query filters, which can be used to select a subset of colleges.sizeandfromparameters used for pagination. Thefromparameter defines the offset from the first college you want to fetch (default is0). Thesizeparameter allows you to configure the maximum amount of colleges to be returned (default is12).