Translation components API.

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

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

{
    "total": 38,
    "total_words": 736,
    "total_chars": 4517,
    "last_change": "2023-04-04T09:51:01.465119Z",
    "recent_changes": 31,
    "translated": 30,
    "translated_words": 498,
    "translated_percent": 78.9,
    "translated_words_percent": 67.6,
    "translated_chars": 3075,
    "translated_chars_percent": 68.0,
    "fuzzy": 1,
    "fuzzy_percent": 2.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/projects/omp/admin/it/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/admin/it/"
}