Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/omp/manager/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 441,
    "total_words": 4411,
    "total_chars": 28675,
    "last_change": "2023-05-04T15:33:51.284585Z",
    "recent_changes": 1,
    "translated": 407,
    "translated_words": 4082,
    "translated_percent": 92.2,
    "translated_words_percent": 92.5,
    "translated_chars": 26581,
    "translated_chars_percent": 92.6,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 6,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/projects/omp/manager/tr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/manager/tr/"
}