Translation components API.

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

GET /api/translations/debian-installer/sublevel3/ast/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 731,
    "total_words": 7525,
    "total_chars": 46602,
    "last_change": "2024-05-17T12:25:25.317202Z",
    "recent_changes": 0,
    "translated": 645,
    "translated_words": 6315,
    "translated_percent": 88.2,
    "translated_words_percent": 83.9,
    "translated_chars": 39085,
    "translated_chars_percent": 83.8,
    "fuzzy": 42,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 511,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 3202,
    "fuzzy_chars_percent": 6.8,
    "failing": 16,
    "failing_percent": 2.1,
    "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": "ast",
    "name": "Asturian",
    "url": "https://hosted.weblate.org/projects/debian-installer/sublevel3/ast/",
    "translate_url": "https://hosted.weblate.org/translate/debian-installer/sublevel3/ast/"
}