Translation components API.

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

GET /api/translations/yast-qt-pkg/master/et/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 307,
    "total_words": 1776,
    "last_change": "2019-12-03T10:18:01.010425Z",
    "recent_changes": 1,
    "translated": 295,
    "translated_words": 1740,
    "translated_percent": 96.0,
    "translated_words_percent": 97.9,
    "translated_chars": 11303,
    "translated_chars_percent": 97.5,
    "total_chars": 11589,
    "fuzzy": 10,
    "fuzzy_percent": 3.2,
    "failing": 4,
    "failing_percent": 1.3,
    "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/yast-qt-pkg/master/et/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-qt-pkg/master/et/"
}