Languages API.

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

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

{
    "total": 23304,
    "total_words": 148189,
    "total_chars": 952327,
    "last_change": "2024-04-24T14:59:08.822279Z",
    "recent_changes": 399,
    "translated": 14216,
    "translated_words": 81275,
    "translated_percent": 61.0,
    "translated_words_percent": 54.8,
    "translated_chars": 518968,
    "translated_chars_percent": 54.4,
    "fuzzy": 782,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 5792,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 40786,
    "fuzzy_chars_percent": 4.2,
    "failing": 631,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 103,
    "readonly_chars_percent": 0.1,
    "suggestions": 3307,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://translate.fedoraproject.org/languages/sl/"
}