Languages API.

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

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

{
    "total": 63,
    "total_words": 265,
    "total_chars": 1693,
    "last_change": "2023-04-21T11:53:17.912039Z",
    "recent_changes": 15,
    "translated": 40,
    "translated_words": 231,
    "translated_percent": 63.4,
    "translated_words_percent": 87.1,
    "translated_chars": 1472,
    "translated_chars_percent": 86.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "http://translate.pkp.sfu.ca/languages/de_DE/"
}