Languages API.

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

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

{
    "total": 8778,
    "total_words": 74434,
    "total_chars": 499412,
    "last_change": "2023-11-17T20:35:44.986636Z",
    "recent_changes": 289,
    "translated": 7391,
    "translated_words": 58395,
    "translated_percent": 84.1,
    "translated_words_percent": 78.4,
    "translated_chars": 390133,
    "translated_chars_percent": 78.1,
    "fuzzy": 278,
    "fuzzy_percent": 3.1,
    "failing": 180,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.3,
    "suggestions": 7,
    "comments": 10,
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/languages/fr_CA/"
}