Translation components API.

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

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

{
    "total": 454,
    "total_words": 2298,
    "total_chars": 14533,
    "last_change": "2024-05-27T06:33:33.450853Z",
    "recent_changes": 0,
    "translated": 447,
    "translated_words": 2265,
    "translated_percent": 98.4,
    "translated_words_percent": 98.5,
    "translated_chars": 14319,
    "translated_chars_percent": 98.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 33,
    "failing_percent": 7.2,
    "approved": 1,
    "approved_percent": 0.2,
    "approved_words": 2,
    "approved_words_percent": 0.1,
    "approved_chars": 12,
    "approved_chars_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/keycloak/theme-baselogin/de/",
    "translate_url": "https://hosted.weblate.org/translate/keycloak/theme-baselogin/de/"
}