Languages API.

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

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

{
    "total": 60,
    "total_words": 576,
    "total_chars": 3706,
    "last_change": "2019-08-27T04:23:44.598610Z",
    "recent_changes": 25,
    "translated": 10,
    "translated_words": 44,
    "translated_percent": 16.6,
    "translated_words_percent": 7.6,
    "translated_chars": 242,
    "translated_chars_percent": 6.5,
    "fuzzy": 23,
    "fuzzy_percent": 38.3,
    "failing": 1,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Ukrainian",
    "url": "https://translate.funkwhale.audio/languages/uk/"
}