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": 9786,
    "total_words": 81783,
    "total_chars": 552401,
    "last_change": "2025-11-11T17:02:55.438822Z",
    "recent_changes": 335,
    "translated": 7854,
    "translated_words": 63016,
    "translated_percent": 80.2,
    "translated_words_percent": 77.0,
    "translated_chars": 422723,
    "translated_chars_percent": 76.5,
    "fuzzy": 325,
    "fuzzy_percent": 3.3,
    "failing": 176,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 17,
    "comments": 18,
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/languages/fr_CA/"
}