Translation components API.

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

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

{
    "total": 59,
    "total_words": 2148,
    "total_chars": 16008,
    "last_change": "2024-03-15T21:24:26.697821Z",
    "recent_changes": 2,
    "translated": 54,
    "translated_words": 1751,
    "translated_percent": 91.5,
    "translated_words_percent": 81.5,
    "translated_chars": 12768,
    "translated_chars_percent": 79.7,
    "fuzzy": 5,
    "fuzzy_percent": 8.4,
    "failing": 10,
    "failing_percent": 16.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 3.3,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "http://translate.pkp.sfu.ca/projects/omp/emails/pt_BR/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/omp/emails/pt_BR/"
}