Languages API.

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

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

{
    "total": 285049,
    "total_words": 2411417,
    "total_chars": 19126292,
    "last_change": "2024-04-26T19:15:20.062415Z",
    "recent_changes": 999,
    "translated": 172279,
    "translated_words": 1126420,
    "translated_percent": 60.4,
    "translated_words_percent": 46.7,
    "translated_chars": 8657394,
    "translated_chars_percent": 45.2,
    "fuzzy": 6531,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 18330,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 115645,
    "fuzzy_chars_percent": 0.6,
    "failing": 1678,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 173,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 1,
    "name": "Asturian",
    "url": "https://translations.documentfoundation.org/languages/ast/"
}