How to get Coursera API API documents?

Hello, I want to use the Coursera API for technical blog purposes such as getting a list of courses (course details, course duration, etc.). I am trying to register on the Coursera website for my developer program: https: //building.coursera. org / program developer /

but so far I have not received any response from them (application sent 2 weeks ago). I found some http requests, for example categories: https://api.coursera.org/api/catalog.v1/categories

or courses: https://api.coursera.org/api/catalog.v1/courses

Where can I find documents with all API functions? Thank you for your help!

+5
source share
2 answers

The link in the accepted answer the directory API is out of date. It seems that now the only way to request a catalog is through an affiliate program.

enter image description here

0
source

Source: https://habr.com/ru/post/1672278/


All Articles