Languages API.

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

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

{
    "total": 187,
    "total_words": 1315,
    "last_change": "2023-05-22T18:01:56.817328Z",
    "recent_changes": 1,
    "translated": 59,
    "translated_words": 213,
    "translated_percent": 31.5,
    "translated_words_percent": 16.1,
    "translated_chars": 2050,
    "translated_chars_percent": 22.9,
    "total_chars": 8920,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 7,
    "comments": 0,
    "name": "Estonian",
    "url": "https://weblate.rikka.app/languages/et/"
}