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": 922,
    "total_words": 6120,
    "last_change": "2023-08-06T11:08:57.898421Z",
    "recent_changes": 169,
    "translated": 660,
    "translated_words": 5083,
    "translated_percent": 71.5,
    "translated_words_percent": 83.0,
    "translated_chars": 34869,
    "translated_chars_percent": 83.4,
    "total_chars": 41761,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "failing": 61,
    "failing_percent": 6.6,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.ppc.lol/languages/fr/"
}