Module crowdin_api.api_resources.translation_status.resource
Classes
class TranslationStatusResource (requester: APIRequester, project_id: Optional[int] = None, page_size=25)
-
Resource for Translation Status.
Status represents the general localization progress on both translations and proofreading.
Use API to check translation and proofreading progress on different levels: file, language, branch, directory.
Link to documentation: https://developer.crowdin.com/api/v2/#tag/Translation-Status
Ancestors
Methods
def get_branch_progress(self, branchId: int, projectId: Optional[int] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
Get Branch Progress.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.branches.languages.progress.getMany
def get_directory_progress(self, directoryId: int, projectId: Optional[int] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
Get Directory Progress.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.directories.languages.progress.getMany
def get_file_progress(self, fileId: int, projectId: Optional[int] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
Get File Progress.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.files.languages.progress.getMany
def get_language_progress(self, languageId: str, projectId: Optional[int] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
Get Language Progress.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.languages.files.progress.getMany
def get_project_progress(self, projectId: Optional[int] = None, languageIds: Optional[Iterable[str]] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
Get Project Progress.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.languages.progress.getMany
def list_qa_check_issues(self, projectId: Optional[int] = None, category: Optional[Iterable[Category]] = None, validation: Optional[Iterable[Validation]] = None, languageIds: Optional[Iterable[str]] = None, page: Optional[int] = None, offset: Optional[int] = None, limit: Optional[int] = None)
-
List QA Check Issues.
Link to documentation: https://developer.crowdin.com/api/v2/#operation/api.projects.qa-checks.getMany