Translation components API.

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

GET /api/translations/anaconda/rhel-86/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1364,
    "total_words": 8191,
    "total_chars": 52784,
    "last_change": "2022-10-11T02:53:17.798839Z",
    "recent_changes": 0,
    "translated": 1182,
    "translated_words": 6289,
    "translated_percent": 86.6,
    "translated_words_percent": 76.7,
    "translated_chars": 40518,
    "translated_chars_percent": 76.7,
    "fuzzy": 81,
    "fuzzy_percent": 5.9,
    "fuzzy_words": 734,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 4684,
    "fuzzy_chars_percent": 8.8,
    "failing": 59,
    "failing_percent": 4.3,
    "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": 172,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://translate.fedoraproject.org/projects/anaconda/rhel-86/da/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/rhel-86/da/"
}