Courses by department, lectures, syllabi, and videos.
Course Details
ASYNCREADNo auth
Returns course details including title, description, and lecture links.
ParametersFormJSON
Department URL slug (e.g. economics, history)
Course URL slug within the department
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_oyc_yale_course_detail", "params": { "department_slug": "economics", "course_slug": "econ-252-08" } }'