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": 1225,
    "total_words": 4716,
    "total_chars": 28364,
    "last_change": "2025-09-08T09:35:00.499818Z",
    "recent_changes": 0,
    "translated": 151,
    "translated_words": 728,
    "translated_percent": 12.3,
    "translated_words_percent": 15.4,
    "translated_chars": 4425,
    "translated_chars_percent": 15.6,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 33,
    "fuzzy_chars_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 8.4,
    "readonly_words": 622,
    "readonly_words_percent": 13.1,
    "readonly_chars": 3850,
    "readonly_chars_percent": 13.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Amharic",
    "url": "http://translate.gtaf.org/languages/am/"
}