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": 5056,
    "total_words": 71272,
    "last_change": "2022-12-26T22:17:45.237282Z",
    "recent_changes": 1678,
    "translated": 5056,
    "translated_words": 71272,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 412197,
    "translated_chars_percent": 100.0,
    "total_chars": 412197,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 63,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "Latvian",
    "url": "http://translate.diyseeds.org/languages/lv/"
}