Translation components API.

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

GET /api/translations/uyuni/docs-root-master/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 28,
    "total_words": 605,
    "last_change": "2021-05-20T18:46:28.417488Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 122,
    "translated_percent": 32.1,
    "translated_words_percent": 20.1,
    "translated_chars": 1040,
    "translated_chars_percent": 15.7,
    "total_chars": 6622,
    "fuzzy": 9,
    "fuzzy_percent": 32.1,
    "failing": 5,
    "failing_percent": 17.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-root-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-root-master/cs/"
}