Languages API.

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

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

{
    "total": 5961,
    "total_words": 38144,
    "last_change": "2022-11-28T17:36:53.683112Z",
    "recent_changes": 1326,
    "translated": 5760,
    "translated_words": 30315,
    "translated_percent": 96.6,
    "translated_words_percent": 79.4,
    "translated_chars": 184554,
    "translated_chars_percent": 74.7,
    "total_chars": 247003,
    "fuzzy": 63,
    "fuzzy_percent": 1.0,
    "failing": 438,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.3,
    "suggestions": 3,
    "comments": 0,
    "name": "Latvian",
    "url": "https://l10n.xwiki.org/languages/lv/"
}