Translation components API.

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

GET /api/translations/packages-i18n/f-master/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1498,
    "total_words": 25291,
    "last_change": "2020-09-17T16:24:54.389779Z",
    "recent_changes": 1,
    "translated": 76,
    "translated_words": 994,
    "translated_percent": 5.0,
    "translated_words_percent": 3.9,
    "translated_chars": 6483,
    "translated_chars_percent": 3.8,
    "total_chars": 169503,
    "fuzzy": 293,
    "fuzzy_percent": 19.5,
    "failing": 72,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/f-master/de/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/f-master/de/"
}