This endpoint will return the course as specified in the parameters. For example, if you want a response with UBC's CPSC 110, the request should be to course/ubc/cpsc/110.

Example Request

https://www.course-reqs.com/api/course/ubc/cpsc/110

Example Response

data: {
	_id: "61117dd676d7aee5960956c7",
	code: 110,
	subject: "CPSC",
	coRequisites: [ ],
	credits: "4",
	description: "Fundamental program and computation structures. Introductory programming skills. Computation as a tool for information processing, simulation and modelling, and interacting with the world. [3-3-0]",
	equivalencies: [ ],
	preRequisites: [ ],
	school: "UBC",
	title: "Computation, Programs, and Programming",
	notes: ""
}

← Back to the API documentation page