Languages API.

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

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

{
    "total": 78414,
    "total_words": 437035,
    "total_chars": 2896925,
    "last_change": "2024-05-02T00:27:37.535935Z",
    "recent_changes": 268,
    "translated": 12600,
    "translated_words": 30438,
    "translated_percent": 16.0,
    "translated_words_percent": 6.9,
    "translated_chars": 214870,
    "translated_chars_percent": 7.4,
    "fuzzy": 1712,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 5443,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 37321,
    "fuzzy_chars_percent": 1.2,
    "failing": 763,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2387,
    "readonly_percent": 3.0,
    "readonly_words": 6451,
    "readonly_words_percent": 1.4,
    "readonly_chars": 61526,
    "readonly_chars_percent": 2.1,
    "suggestions": 1054,
    "comments": 2,
    "name": "Odia",
    "url": "https://hosted.weblate.org/languages/or/"
}