Languages API.

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

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

{
    "total": 283422,
    "total_words": 2396665,
    "total_chars": 19013652,
    "last_change": "2023-12-29T09:47:30.999850Z",
    "recent_changes": 11,
    "translated": 127632,
    "translated_words": 987106,
    "translated_percent": 45.0,
    "translated_words_percent": 41.1,
    "translated_chars": 7593248,
    "translated_chars_percent": 39.9,
    "fuzzy": 18161,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 46755,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 303064,
    "fuzzy_chars_percent": 1.5,
    "failing": 3075,
    "failing_percent": 1.0,
    "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": 7,
    "comments": 0,
    "name": "Oromo",
    "url": "https://translations.documentfoundation.org/languages/om/"
}