Get Status of Proof Read Completed languages
Am not sure is there any option to get the proof read completed status for the specific translation using API?
So that pull the only those language string from PO editor api.
can you suggest any idea thanks
If you check the response example for the terms/list method, you’ll see that it also contains the status of the poofread flag (the value will be 0 if the translation for that term isn’t proofread and 1 if it is): https://poeditor.com/docs/api#terms_list
Of course, you can always use the projects/export method – to export only the proofread strings via API: https://poeditor.com/docs/api#projects_export