Languages API.

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

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

{
    "total": 6353,
    "total_words": 24464,
    "total_chars": 160960,
    "last_change": "2024-02-11T12:34:05.925397Z",
    "recent_changes": 5,
    "translated": 1055,
    "translated_words": 2401,
    "translated_percent": 16.6,
    "translated_words_percent": 9.8,
    "translated_chars": 19914,
    "translated_chars_percent": 12.3,
    "fuzzy": 197,
    "fuzzy_percent": 3.1,
    "failing": 107,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 51,
    "comments": 0,
    "name": "Telugu",
    "url": "https://l10n.elementary.io/languages/te/"
}