Languages API.

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

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

{
    "total": 3086,
    "total_words": 15164,
    "total_chars": 97181,
    "last_change": "2024-04-23T19:24:55.312880Z",
    "recent_changes": 19,
    "translated": 67,
    "translated_words": 108,
    "translated_percent": 2.1,
    "translated_words_percent": 0.7,
    "translated_chars": 649,
    "translated_chars_percent": 0.6,
    "fuzzy": 158,
    "fuzzy_percent": 5.1,
    "failing": 115,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://translate.edugit.org/languages/fr/"
}