Translation components API.

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

GET /api/translations/debian-handbook/06_apt/ar_MA/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 755,
    "total_words": 15434,
    "total_chars": 148463,
    "last_change": "2022-12-23T21:57:09.789178Z",
    "recent_changes": 0,
    "translated": 276,
    "translated_words": 5844,
    "translated_percent": 36.5,
    "translated_words_percent": 37.8,
    "translated_chars": 48480,
    "translated_chars_percent": 32.6,
    "fuzzy": 400,
    "fuzzy_percent": 52.9,
    "fuzzy_words": 7051,
    "fuzzy_words_percent": 45.6,
    "fuzzy_chars": 77326,
    "fuzzy_chars_percent": 52.0,
    "failing": 284,
    "failing_percent": 37.6,
    "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": 0,
    "comments": 0,
    "code": "ar_MA",
    "name": "Arabic (Morocco)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/06_apt/ar_MA/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/06_apt/ar_MA/"
}