Translation components API.

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

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

{
    "total": 526,
    "total_words": 2284,
    "last_change": "2023-08-18T12:12:36.309561Z",
    "recent_changes": 2,
    "translated": 164,
    "translated_words": 409,
    "translated_percent": 31.1,
    "translated_words_percent": 17.9,
    "translated_chars": 2536,
    "translated_chars_percent": 15.6,
    "total_chars": 16245,
    "fuzzy": 91,
    "fuzzy_percent": 17.3,
    "failing": 38,
    "failing_percent": 7.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "lv",
    "name": "Latvian",
    "url": "https://l10n.opensuse.org/projects/icewm/icewm-1-4-branch/lv/",
    "translate_url": "https://l10n.opensuse.org/translate/icewm/icewm-1-4-branch/lv/"
}