Languages API.

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

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

{
    "total": 2774,
    "total_words": 10853,
    "total_chars": 67051,
    "last_change": "2023-12-29T17:47:52.524893Z",
    "recent_changes": 126,
    "translated": 2522,
    "translated_words": 9038,
    "translated_percent": 90.9,
    "translated_words_percent": 83.2,
    "translated_chars": 55386,
    "translated_chars_percent": 82.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 23,
    "failing_percent": 0.8,
    "approved": 34,
    "approved_percent": 1.2,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.funkwhale.audio/languages/ru/"
}