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": 6366,
    "total_words": 24682,
    "total_chars": 161512,
    "last_change": "2024-05-01T15:31:59.557956Z",
    "recent_changes": 35,
    "translated": 1363,
    "translated_words": 3234,
    "translated_percent": 21.4,
    "translated_words_percent": 13.1,
    "translated_chars": 24555,
    "translated_chars_percent": 15.2,
    "fuzzy": 444,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 1722,
    "fuzzy_words_percent": 6.9,
    "fuzzy_chars": 11005,
    "fuzzy_chars_percent": 6.8,
    "failing": 249,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 29,
    "comments": 0,
    "name": "Latvian",
    "url": "https://l10n.elementary.io/languages/lv/"
}