Languages API.

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

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

{
    "total": 8981,
    "total_words": 76998,
    "total_chars": 520558,
    "last_change": "2025-03-09T19:25:03.201293Z",
    "recent_changes": 137,
    "translated": 7812,
    "translated_words": 61063,
    "translated_percent": 86.9,
    "translated_words_percent": 79.3,
    "translated_chars": 407659,
    "translated_chars_percent": 78.3,
    "fuzzy": 78,
    "fuzzy_percent": 0.8,
    "failing": 195,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.5,
    "suggestions": 5,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr/"
}