Lingq API endpoint to fetch lingqs for list of words

Does anyone know if there is an API endpoint to fetch all the lingqs in one go for a list of words rather than having to do one request per word?

2 Likes

https://www.lingq.com/api/v2/LANG/cards/?search=WORD1&search=WORD2

I tested it with this and it seemed to work (will not be replicable for you, of course):
https://www.lingq.com/api/v2/es/cards/?search=gozosos&search=cuaja

More info here:
https://www.lingq.com/apidocs/api-2.0.html#id16

Note that you could also download all the LingQs of a lesson here:
https://www.lingq.com/apidocs/api-1.0.html#get-https---www.lingq.com-api-languages-language-lessons-content_id-lingqs-

Or even all of your LingQs, and then query the JSON itself, here:
https://www.lingq.com/apidocs/api-1.0.html#get-https---www.lingq.com-api-languages-language-lingqs-

5 Likes