Skip to content

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 and from parameters used for pagination. The from parameter defines the offset from the first college you want to fetch (default is 0). The size parameter allows you to configure the maximum amount of colleges to be returned (default is 12).

Examples