REST API for course lessons, homework and quizzes

Does open edx allow you to get/post course lessons, homework, quizzes, and other course details from the REST API?

I have been playing with /api-docs/ and can get some course data, but can’t figure out how to get sections, lessons, homework, or quizzes.

My goal is to get course lessons, homework, and quizzes. Then post a quiz back to edx from a mobile app.

1 Like

There is already a mobile app here:

You can also check the endpoints used in this app like for example:

I have been looking also into how to use the API to register and login users but with no luck so far

1 Like

Is there any further information on this?
I can’t seem to get the API to pull down course content / quizzes / etc