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": 283399,
    "total_words": 2396221,
    "total_chars": 19010082,
    "last_change": "2023-02-18T19:49:34.196786Z",
    "recent_changes": 440,
    "translated": 201877,
    "translated_words": 1443106,
    "translated_percent": 71.2,
    "translated_words_percent": 60.2,
    "translated_chars": 10951478,
    "translated_chars_percent": 57.6,
    "fuzzy": 63,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 427,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 2405,
    "fuzzy_chars_percent": 0.1,
    "failing": 8459,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Amharic",
    "url": "https://translations.documentfoundation.org/languages/am/"
}