Translation components API.

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

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

{
    "total": 1419,
    "total_words": 6005,
    "last_change": "2022-01-11T14:50:29.036506Z",
    "recent_changes": 3,
    "translated": 75,
    "translated_words": 138,
    "translated_percent": 5.2,
    "translated_words_percent": 2.2,
    "translated_chars": 878,
    "translated_chars_percent": 2.2,
    "total_chars": 38565,
    "fuzzy": 50,
    "fuzzy_percent": 3.5,
    "failing": 16,
    "failing_percent": 1.1,
    "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/uyuni/web/de/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/web/de/"
}