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": 9374,
    "total_words": 80957,
    "total_chars": 546792,
    "last_change": "2025-03-03T20:23:14.317599Z",
    "recent_changes": 380,
    "translated": 7584,
    "translated_words": 60546,
    "translated_percent": 80.9,
    "translated_words_percent": 74.7,
    "translated_chars": 405516,
    "translated_chars_percent": 74.1,
    "fuzzy": 337,
    "fuzzy_percent": 3.5,
    "failing": 170,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 55,
    "readonly_percent": 0.5,
    "suggestions": 6,
    "comments": 10,
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/languages/fr_CA/"
}