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:
query
parameter is a query filters, which can be used to select a subset of colleges.size
andfrom
parameters used for pagination. Thefrom
parameter defines the offset from the first college you want to fetch (default is0
). Thesize
parameter allows you to configure the maximum amount of colleges to be returned (default is12
).