How to search using the API for all documents in a particular language

I am trying to execute a query via the API for all docs that contain the word training and only search the english language docs.

my current query is

`/api/v4/search/documents.documentsearchresult/?_ordering=-label&page=1&page_size=100&filter_q=training

thanks again for help with all these questions