/classcentral/subjects
/classcentral
/classcentral/subjects
Get a Class Central (classcentral.com) subject (Computer Science, Data Science, …) by slug or URL
Price: 20 credits
💡 AI Hint: Get a Class Central (classcentral.com) subject / topic node by slug (‘cs’, ‘data-science’, ‘python’) or subject URL. Returns id, name, description, follower_count, course_count and url.
⚠️ Common errors: 412: Subject not found
POST
/classcentral/subjects
Authorizations
API token from the dashboard
Headers
Body
application/json
Class Central subject slug ('cs', 'data-science') or subject URL.
Minimum string length:
1Pattern:
^(?:https?://[^\s]+|//[^\s]+|(?:www\.|classcentral\.com)[^\s]*|/?[A-Za-z0-9][A-Za-z0-9._/-]*)$Examples:
"cs"
"https://www.classcentral.com/subject/data-science"
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500