Languages API.

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

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

{
    "total": 925,
    "total_words": 6215,
    "last_change": "2022-06-22T16:37:37.599365Z",
    "recent_changes": 1,
    "translated": 925,
    "translated_words": 6215,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 42394,
    "translated_chars_percent": 100.0,
    "total_chars": 42394,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 353,
    "failing_percent": 38.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 340,
    "readonly_percent": 36.7,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://weblate.ppc.lol/languages/en/"
}