Languages API.

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

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

{
    "total": 302559,
    "total_words": 4438962,
    "total_chars": 32279365,
    "last_change": "2023-10-01T07:15:08.278605Z",
    "recent_changes": 7469,
    "translated": 115183,
    "translated_words": 960033,
    "translated_percent": 38.0,
    "translated_words_percent": 21.6,
    "translated_chars": 6687629,
    "translated_chars_percent": 20.7,
    "fuzzy": 4018,
    "fuzzy_percent": 1.3,
    "failing": 6993,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 110,
    "readonly_percent": 0.1,
    "suggestions": 11843,
    "comments": 9,
    "name": "French",
    "url": "https://translate.fedoraproject.org/languages/fr/"
}