Languages API.

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

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

{
    "total": 2082,
    "total_words": 9704,
    "total_chars": 62420,
    "last_change": "2022-11-23T07:41:09.774709Z",
    "recent_changes": 1,
    "translated": 611,
    "translated_words": 1421,
    "translated_percent": 29.3,
    "translated_words_percent": 14.6,
    "translated_chars": 8833,
    "translated_chars_percent": 14.1,
    "fuzzy": 59,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 298,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 1764,
    "fuzzy_chars_percent": 2.8,
    "failing": 47,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Occitan",
    "url": "http://weblate.openmptcprouter.com/languages/oc/"
}