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": 1510,
    "total_words": 10932,
    "total_chars": 72698,
    "last_change": "2023-08-03T01:05:12.096774Z",
    "recent_changes": 1,
    "translated": 27,
    "translated_words": 610,
    "translated_percent": 1.7,
    "translated_words_percent": 5.5,
    "translated_chars": 4089,
    "translated_chars_percent": 5.6,
    "fuzzy": 4,
    "fuzzy_percent": 0.2,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Swahili",
    "url": "http://translate.pkp.sfu.ca/languages/sw/"
}