Translation components API.

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

GET /api/translations/libstorage/sle-12-sp4/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 220,
    "total_words": 1382,
    "last_change": "2019-12-02T12:55:01.977499Z",
    "recent_changes": 3,
    "translated": 101,
    "translated_words": 587,
    "translated_percent": 45.9,
    "translated_words_percent": 42.4,
    "translated_chars": 3369,
    "translated_chars_percent": 40.6,
    "total_chars": 8281,
    "fuzzy": 117,
    "fuzzy_percent": 53.1,
    "failing": 2,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://l10n.opensuse.org/projects/libstorage/sle-12-sp4/et/",
    "translate_url": "https://l10n.opensuse.org/translate/libstorage/sle-12-sp4/et/"
}