Translation components API.

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

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

{
    "total": 319,
    "total_words": 5234,
    "total_chars": 45308,
    "last_change": "2024-03-14T19:01:58.587457Z",
    "recent_changes": 0,
    "translated": 290,
    "translated_words": 5085,
    "translated_percent": 90.9,
    "translated_words_percent": 97.1,
    "translated_chars": 42936,
    "translated_chars_percent": 94.7,
    "fuzzy": 29,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 149,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 2372,
    "fuzzy_chars_percent": 5.2,
    "failing": 6,
    "failing_percent": 1.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": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://hosted.weblate.org/projects/debian-handbook/13_workstation/es/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/13_workstation/es/"
}