Languages API.

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

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

{
    "total": 2114,
    "total_words": 8253,
    "last_change": "2023-02-07T12:02:13.041721Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 4,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 13,
    "translated_chars_percent": 0.1,
    "total_chars": 51899,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Latvian",
    "url": "https://translate.memarc.info/languages/lv/"
}