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": 9342,
    "total_words": 111663,
    "total_chars": 856712,
    "last_change": "2024-09-22T18:48:39.280360Z",
    "recent_changes": 319,
    "translated": 812,
    "translated_words": 2754,
    "translated_percent": 8.6,
    "translated_words_percent": 2.4,
    "translated_chars": 33545,
    "translated_chars_percent": 3.9,
    "fuzzy": 287,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 1706,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 21674,
    "fuzzy_chars_percent": 2.5,
    "failing": 255,
    "failing_percent": 2.7,
    "approved": 555,
    "approved_percent": 5.9,
    "approved_words": 1581,
    "approved_words_percent": 1.4,
    "approved_chars": 22335,
    "approved_chars_percent": 2.6,
    "readonly": 153,
    "readonly_percent": 1.6,
    "readonly_words": 869,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6898,
    "readonly_chars_percent": 0.8,
    "suggestions": 97,
    "comments": 0,
    "name": "Serbian (latin)",
    "url": "https://translate.tails.net/languages/sr_Latn/"
}