ConsoleCatalog
Sign in
Class Central logo

Class Central

classcentral.comEducationno auth

Online courses by subject, details, and learner reviews.

Course Details

ASYNCREADNo auth

Returns course details including provider, price, rating, level, duration, and reviews.

ParametersFormJSON

Course path segment after /course/ identifying the Class Central course page

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_classcentral_com_course_detail_ssr",
    "params": {
      "course_slug": "simplilearn-applied-data-science-with-python-527806"
    }
  }'