Translation components API.

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

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

{
    "total": 162,
    "total_words": 974,
    "last_change": "2023-10-18T11:49:15.733348Z",
    "recent_changes": 40,
    "translated": 44,
    "translated_words": 211,
    "translated_percent": 27.1,
    "translated_words_percent": 21.6,
    "translated_chars": 1306,
    "translated_chars_percent": 20.9,
    "total_chars": 6247,
    "fuzzy": 2,
    "fuzzy_percent": 1.2,
    "failing": 2,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/he/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/he/"
}