Languages API.

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

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

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:14.679079Z",
    "recent_changes": 365,
    "translated": 13086,
    "translated_words": 49174,
    "translated_percent": 40.0,
    "translated_words_percent": 32.1,
    "translated_chars": 305460,
    "translated_chars_percent": 32.4,
    "fuzzy": 313,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1046,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 5979,
    "fuzzy_chars_percent": 0.6,
    "failing": 480,
    "failing_percent": 1.4,
    "approved": 313,
    "approved_percent": 0.9,
    "approved_words": 1964,
    "approved_words_percent": 1.2,
    "approved_chars": 12417,
    "approved_chars_percent": 1.3,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "Latvian",
    "url": "https://kodi.weblate.cloud/languages/lv_lv/"
}