Hi I want to use Coursera API for a tech blog purpose, like retrieving list of courses (course details, course duration , etc...) I try in coursera website to enroll for their developer program : https://building.coursera.org/developer-program/
but so far I didn't get any response from them (apply sent 2 weeks ago). I found some http request like categories : https://api.coursera.org/api/catalog.v1/categories
or courses : https://api.coursera.org/api/catalog.v1/courses
Where Can I find some docs with all the API Functions? Thanks for your help!
According to the link in the accepted answer, the catalog API has been deprecated. Looks like now the only way to query the catalog is through the affiliate program.