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": 6425,
    "total_words": 51032,
    "total_chars": 344937,
    "last_change": "2025-02-28T23:32:20.168065Z",
    "recent_changes": 41,
    "translated": 3772,
    "translated_words": 23710,
    "translated_percent": 58.7,
    "translated_words_percent": 46.4,
    "translated_chars": 159569,
    "translated_chars_percent": 46.2,
    "fuzzy": 51,
    "fuzzy_percent": 0.7,
    "failing": 225,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.6,
    "suggestions": 1,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/languages/sr_Latn/"
}