Translation components API.

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

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

{
    "total": 162,
    "total_words": 974,
    "last_change": "2023-09-09T16:57:14.917624Z",
    "recent_changes": 19,
    "translated": 153,
    "translated_words": 923,
    "translated_percent": 94.4,
    "translated_words_percent": 94.7,
    "translated_chars": 5881,
    "translated_chars_percent": 94.1,
    "total_chars": 6247,
    "fuzzy": 3,
    "fuzzy_percent": 1.8,
    "failing": 16,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/pt_BR/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/pt_BR/"
}