Translation projects API.

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

GET /api/projects/libo_ui-24-2/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 6158706,
    "total_words": 27324150,
    "total_chars": 167121720,
    "last_change": "2024-04-28T11:50:42.132944Z",
    "recent_changes": 4465,
    "translated": 3133618,
    "translated_words": 11985510,
    "translated_percent": 50.8,
    "translated_words_percent": 43.8,
    "translated_chars": 74028536,
    "translated_chars_percent": 44.2,
    "fuzzy": 338848,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 812495,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 5166614,
    "fuzzy_chars_percent": 3.0,
    "failing": 92322,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 38734,
    "readonly_percent": 0.6,
    "readonly_words": 171850,
    "readonly_words_percent": 0.6,
    "readonly_chars": 1051080,
    "readonly_chars_percent": 0.6,
    "suggestions": 131,
    "comments": 0,
    "name": "LibreOffice UI – 24.2",
    "url": "https://translations.documentfoundation.org/projects/libo_ui-24-2/"
}