Languages API.

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

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

{
    "total": 122147,
    "total_words": 905427,
    "total_chars": 5925260,
    "last_change": "2024-05-10T17:26:56.029010Z",
    "recent_changes": 181,
    "translated": 38119,
    "translated_words": 144824,
    "translated_percent": 31.2,
    "translated_words_percent": 15.9,
    "translated_chars": 911926,
    "translated_chars_percent": 15.3,
    "fuzzy": 18005,
    "fuzzy_percent": 14.7,
    "fuzzy_words": 57784,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 404106,
    "fuzzy_chars_percent": 6.8,
    "failing": 5437,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 884,
    "readonly_percent": 0.7,
    "readonly_words": 926,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12884,
    "readonly_chars_percent": 0.2,
    "suggestions": 581,
    "comments": 12,
    "name": "Serbian (latin)",
    "url": "https://hosted.weblate.org/languages/sr_Latn/"
}