How to know the project completion status
is there any option in web api to get the project completion status in terms of percentage ?
1
vote
Arun Raju
shared this idea
Currently, there’s no method to show this. But you can use the languages/list method – https://poeditor.com/docs/api#languages_list – to get a percentage of completion for each of your project languages. Summing up these values and dividing the result to the number of languages you have in your project will get you the percentage of completion for your project.