Translation components API.

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

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

{
    "total": 767,
    "total_words": 8597,
    "last_change": "2023-12-12T14:22:42.066461Z",
    "recent_changes": 126,
    "translated": 736,
    "translated_words": 8148,
    "translated_percent": 95.9,
    "translated_words_percent": 94.7,
    "translated_chars": 46188,
    "translated_chars_percent": 94.9,
    "total_chars": 48643,
    "fuzzy": 20,
    "fuzzy_percent": 2.6,
    "failing": 5,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://translate.pdfforge.org/projects/pdfcreator-online/frontend/el/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/el/"
}