Languages API.

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

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

{
    "total": 1215,
    "total_words": 8451,
    "total_chars": 56599,
    "last_change": "2023-08-03T01:05:12.096774Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 138,
    "translated_percent": 1.7,
    "translated_words_percent": 1.6,
    "translated_chars": 871,
    "translated_chars_percent": 1.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Swahili",
    "url": "http://translate.pkp.sfu.ca/languages/sw/"
}