Languages API.

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

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

{
    "total": 370,
    "total_words": 2703,
    "total_chars": 17611,
    "last_change": "2022-09-28T01:46:09.875185Z",
    "recent_changes": 7,
    "translated": 250,
    "translated_words": 1923,
    "translated_percent": 67.5,
    "translated_words_percent": 71.1,
    "translated_chars": 12545,
    "translated_chars_percent": 71.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 243,
    "approved_percent": 65.6,
    "approved_words": 1910,
    "approved_words_percent": 70.6,
    "approved_chars": 12437,
    "approved_chars_percent": 70.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://weblate.securedrop.org/languages/ro/"
}