Languages API.

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

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

{
    "total": 18009,
    "total_words": 113790,
    "total_chars": 722897,
    "last_change": "2024-03-29T02:38:57.161187Z",
    "recent_changes": 65,
    "translated": 588,
    "translated_words": 1513,
    "translated_percent": 3.2,
    "translated_words_percent": 1.3,
    "translated_chars": 9248,
    "translated_chars_percent": 1.2,
    "fuzzy": 71,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 308,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 1972,
    "fuzzy_chars_percent": 0.2,
    "failing": 118,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 7,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 311,
    "comments": 0,
    "name": "Amharic",
    "url": "https://translate.fedoraproject.org/languages/am/"
}