Languages API.

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

GET /api/languages/sr_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 116566,
    "total_words": 517041,
    "total_chars": 3161687,
    "last_change": "2020-11-13T10:36:02.979147Z",
    "recent_changes": 4,
    "translated": 26299,
    "translated_words": 85339,
    "translated_percent": 22.5,
    "translated_words_percent": 16.5,
    "translated_chars": 562852,
    "translated_chars_percent": 17.8,
    "fuzzy": 37613,
    "fuzzy_percent": 32.2,
    "fuzzy_words": 104595,
    "fuzzy_words_percent": 20.2,
    "fuzzy_chars": 640776,
    "fuzzy_chars_percent": 20.2,
    "failing": 997,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 11,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://translations.documentfoundation.org/languages/sr_Latn/"
}