Translation components API.

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

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

{
    "total": 336,
    "total_words": 2002,
    "total_chars": 11844,
    "last_change": "2024-03-02T05:41:23.344868Z",
    "recent_changes": 0,
    "translated": 171,
    "translated_words": 595,
    "translated_percent": 50.8,
    "translated_words_percent": 29.7,
    "translated_chars": 3539,
    "translated_chars_percent": 29.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 16,
    "fuzzy_chars_percent": 0.1,
    "failing": 7,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 67,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/cockpit-composer/main/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/cockpit-composer/main/de/"
}