Open baroxyton opened 2 years ago
It works!!! Good find. Maybe I can find some time to resurrect the extension.
I played around with this some more, and it appears to only return words from in progress learning sessions. The extension needs to be able to fetch the words from an arbitrary course (i.e. the current course page, regardless if it has been studied yet or not).
https://app.memrise.com/v1.18/learning_sessions/learn/?session_source_id={course_id}&session_source_sub_index={level_index}&session_source_type=course_id_and_level_index
(replace {course_id} with the course's id and {level_index} with the level you want to see)
This is what i've been using, however i just realized it seems to be limited to 10 words per level.
This repository is an implementation of the api https://github.com/Eltaurus-Lt/CourseDump2022
as the original api has been removed the preview API could be used instead
here's a minimal demo: