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": 2206,
    "total_words": 16782,
    "last_change": "2023-02-13T09:57:33.056058Z",
    "recent_changes": 33,
    "translated": 1539,
    "translated_words": 9921,
    "translated_percent": 69.7,
    "translated_words_percent": 59.1,
    "translated_chars": 60478,
    "translated_chars_percent": 60.3,
    "total_chars": 100199,
    "fuzzy": 343,
    "fuzzy_percent": 15.5,
    "failing": 73,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://translate.pdfforge.org/languages/sl/"
}