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": 5883,
    "total_words": 46689,
    "total_chars": 314955,
    "last_change": "2024-01-22T05:39:08.389490Z",
    "recent_changes": 33,
    "translated": 3757,
    "translated_words": 22935,
    "translated_percent": 63.8,
    "translated_words_percent": 49.1,
    "translated_chars": 153688,
    "translated_chars_percent": 48.7,
    "fuzzy": 34,
    "fuzzy_percent": 0.5,
    "failing": 225,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "http://translate.pkp.sfu.ca/languages/sr_Latn/"
}