Languages API.

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

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

{
    "total": 116625,
    "total_words": 517284,
    "total_chars": 3163262,
    "last_change": "2022-10-31T00:52:33.669667Z",
    "recent_changes": 1145,
    "translated": 70752,
    "translated_words": 303390,
    "translated_percent": 60.6,
    "translated_words_percent": 58.6,
    "translated_chars": 1857650,
    "translated_chars_percent": 58.7,
    "fuzzy": 17000,
    "fuzzy_percent": 14.5,
    "fuzzy_words": 41852,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 262893,
    "fuzzy_chars_percent": 8.3,
    "failing": 356,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 46,
    "readonly_percent": 0.1,
    "readonly_words": 77,
    "readonly_words_percent": 0.1,
    "readonly_chars": 553,
    "readonly_chars_percent": 0.1,
    "suggestions": 51,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translations.documentfoundation.org/languages/sr/"
}