Translation components API.

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

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

{
    "total": 162,
    "total_words": 974,
    "last_change": "2023-02-13T09:55:01.027878Z",
    "recent_changes": 10,
    "translated": 141,
    "translated_words": 799,
    "translated_percent": 87.0,
    "translated_words_percent": 82.0,
    "translated_chars": 5107,
    "translated_chars_percent": 81.7,
    "total_chars": 6247,
    "fuzzy": 12,
    "fuzzy_percent": 7.4,
    "failing": 18,
    "failing_percent": 11.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sl",
    "name": "Slovenian",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/sl/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/sl/"
}