Languages API.

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

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

{
    "total": 8833,
    "total_words": 76725,
    "total_chars": 517881,
    "last_change": "2024-04-13T16:35:22.913833Z",
    "recent_changes": 445,
    "translated": 7687,
    "translated_words": 63084,
    "translated_percent": 87.0,
    "translated_words_percent": 82.2,
    "translated_chars": 422632,
    "translated_chars_percent": 81.6,
    "fuzzy": 44,
    "fuzzy_percent": 0.4,
    "failing": 106,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.3,
    "suggestions": 18,
    "comments": 0,
    "name": "French",
    "url": "http://translate.pkp.sfu.ca/languages/fr_FR/"
}