Translation components API.

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

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

{
    "total": 162,
    "total_words": 974,
    "last_change": "2023-12-18T09:51:47.505121Z",
    "recent_changes": 1,
    "translated": 141,
    "translated_words": 820,
    "translated_percent": 87.0,
    "translated_words_percent": 84.1,
    "translated_chars": 5175,
    "translated_chars_percent": 82.8,
    "total_chars": 6247,
    "fuzzy": 8,
    "fuzzy_percent": 4.9,
    "failing": 28,
    "failing_percent": 17.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/setup/es/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/setup/es/"
}