Translation components API.

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

GET /api/translations/fedora-websites/labsfedoraprojectorg/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 397,
    "total_words": 4623,
    "total_chars": 30073,
    "last_change": "2024-01-07T14:21:49.122005Z",
    "recent_changes": 0,
    "translated": 350,
    "translated_words": 3960,
    "translated_percent": 88.1,
    "translated_words_percent": 85.6,
    "translated_chars": 25250,
    "translated_chars_percent": 83.9,
    "fuzzy": 25,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 475,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 3409,
    "fuzzy_chars_percent": 11.3,
    "failing": 28,
    "failing_percent": 7.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": 26,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/ar/"
}