Search
Search both professors and courses with a query string. This will match professors and courses which have the query string as a substring of their name.
get/search
Query parameters
querystring required
Example:CMSC13
The query to search for
limitinteger
Maximum number of records to return.
offsetinteger
Number of records to skip for pagination.
Response
Returns professors and courses matching the query
Example response
[
{
"name": "CMSC131",
"slug": "CMSC131",
"type": "course"
}
]Changes
No recorded changes to this endpoint across all 12 revisions of this API.