Translation components API.

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

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

{
    "total": 267,
    "total_words": 1576,
    "total_chars": 9512,
    "last_change": "2024-04-20T18:36:14.130226Z",
    "recent_changes": 0,
    "translated": 266,
    "translated_words": 1569,
    "translated_percent": 99.6,
    "translated_words_percent": 99.5,
    "translated_chars": 9472,
    "translated_chars_percent": 99.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 40,
    "fuzzy_chars_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.7,
    "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": 8,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/authselect/master-application/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/authselect/master-application/de/"
}