Languages API.

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

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

{
    "total": 113,
    "total_words": 937,
    "total_chars": 6832,
    "last_change": "2024-01-29T22:16:52.843911Z",
    "recent_changes": 13,
    "translated": 107,
    "translated_words": 926,
    "translated_percent": 94.6,
    "translated_words_percent": 98.8,
    "translated_chars": 6760,
    "translated_chars_percent": 98.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr_TR/"
}