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": 8031,
    "total_words": 30625,
    "total_chars": 188266,
    "last_change": "2024-05-17T10:42:02.109870Z",
    "recent_changes": 47,
    "translated": 160,
    "translated_words": 284,
    "translated_percent": 1.9,
    "translated_words_percent": 0.9,
    "translated_chars": 1947,
    "translated_chars_percent": 1.0,
    "fuzzy": 93,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 156,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 975,
    "fuzzy_chars_percent": 0.5,
    "failing": 63,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 87,
    "readonly_percent": 1.0,
    "readonly_words": 93,
    "readonly_words_percent": 0.3,
    "readonly_chars": 773,
    "readonly_chars_percent": 0.4,
    "suggestions": 2,
    "comments": 0,
    "name": "Oromo",
    "url": "https://hosted.weblate.org/languages/om/"
}