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": 1221,
    "total_words": 4692,
    "total_chars": 28197,
    "last_change": "2025-07-12T19:15:40.899175Z",
    "recent_changes": 11,
    "translated": 136,
    "translated_words": 698,
    "translated_percent": 11.1,
    "translated_words_percent": 14.8,
    "translated_chars": 4257,
    "translated_chars_percent": 15.0,
    "fuzzy": 5,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 9,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 50,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 8.3,
    "readonly_words": 618,
    "readonly_words_percent": 13.1,
    "readonly_chars": 3817,
    "readonly_chars_percent": 13.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Amharic",
    "url": "http://translate.gtaf.org/languages/am/"
}