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": 117458,
    "total_words": 524376,
    "total_chars": 3208772,
    "last_change": "2020-11-13T10:06:39.329719Z",
    "recent_changes": 9,
    "translated": 62384,
    "translated_words": 195479,
    "translated_percent": 53.1,
    "translated_words_percent": 37.2,
    "translated_chars": 1242416,
    "translated_chars_percent": 38.7,
    "fuzzy": 10714,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 29010,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 182871,
    "fuzzy_chars_percent": 5.6,
    "failing": 2445,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Odia",
    "url": "https://translations.documentfoundation.org/languages/or/"
}