Documentation
Get All Courses

Get All Courses

Returns a list of all CSUF courses for the current catalog year.

Endpoint

GET /courses

Response Example

{
    "success": true,
    "data": [
        {
            "title": "Object-Oriented Programming",
            "description": "The object-oriented programming paradigm: classes, member functions, interfaces, inheritance, polymorphism, and exceptions. ...",
            "department": "Computer Science",
            "course_code": "CPSC 121",
            "course_id": 538057
        },
        {...}
    ]
}