Languages API.

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

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

{
    "total": 100084,
    "total_words": 775294,
    "total_chars": 5123670,
    "last_change": "2024-05-11T17:38:41.561813Z",
    "recent_changes": 5218,
    "translated": 63197,
    "translated_words": 294516,
    "translated_percent": 63.1,
    "translated_words_percent": 37.9,
    "translated_chars": 1902022,
    "translated_chars_percent": 37.1,
    "fuzzy": 2690,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 12557,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 82097,
    "fuzzy_chars_percent": 1.6,
    "failing": 2628,
    "failing_percent": 2.6,
    "approved": 368,
    "approved_percent": 0.3,
    "approved_words": 2269,
    "approved_words_percent": 0.2,
    "approved_chars": 14432,
    "approved_chars_percent": 0.2,
    "readonly": 1473,
    "readonly_percent": 1.4,
    "readonly_words": 11534,
    "readonly_words_percent": 1.4,
    "readonly_chars": 99240,
    "readonly_chars_percent": 1.9,
    "suggestions": 2114,
    "comments": 8,
    "name": "Spanish (Mexico)",
    "url": "https://hosted.weblate.org/languages/es_MX/"
}