Translation components API.

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

GET /api/translations/icewm/icewm-1-4-branch/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 526,
    "total_words": 2284,
    "last_change": "2021-09-21T06:00:15.674787Z",
    "recent_changes": 17,
    "translated": 470,
    "translated_words": 1919,
    "translated_percent": 89.3,
    "translated_words_percent": 84.0,
    "translated_chars": 13744,
    "translated_chars_percent": 84.6,
    "total_chars": 16245,
    "fuzzy": 20,
    "fuzzy_percent": 3.8,
    "failing": 26,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/icewm/icewm-1-4-branch/el/",
    "translate_url": "https://l10n.opensuse.org/translate/icewm/icewm-1-4-branch/el/"
}