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": 8875,
    "total_words": 76962,
    "total_chars": 519390,
    "last_change": "2024-03-22T18:48:36.073313Z",
    "recent_changes": 293,
    "translated": 7427,
    "translated_words": 59492,
    "translated_percent": 83.6,
    "translated_words_percent": 77.3,
    "translated_chars": 398697,
    "translated_chars_percent": 76.7,
    "fuzzy": 297,
    "fuzzy_percent": 3.3,
    "failing": 188,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.3,
    "suggestions": 7,
    "comments": 10,
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/languages/fr_CA/"
}