Translation components API.

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

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

{
    "total": 180,
    "total_words": 1636,
    "total_chars": 10525,
    "last_change": "2024-04-05T08:36:16.432505Z",
    "recent_changes": 2,
    "translated": 150,
    "translated_words": 1273,
    "translated_percent": 83.3,
    "translated_words_percent": 77.8,
    "translated_chars": 8054,
    "translated_chars_percent": 76.5,
    "fuzzy": 13,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 152,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 1014,
    "fuzzy_chars_percent": 9.6,
    "failing": 16,
    "failing_percent": 8.8,
    "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": 4,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/projects/pykickstart/master/cs/",
    "translate_url": "https://translate.fedoraproject.org/translate/pykickstart/master/cs/"
}