Languages API.

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

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

{
    "total": 151,
    "total_words": 181,
    "total_chars": 1252,
    "last_change": "2022-11-23T15:36:39.957544Z",
    "recent_changes": 9,
    "translated": 126,
    "translated_words": 145,
    "translated_percent": 83.4,
    "translated_words_percent": 80.1,
    "translated_chars": 1019,
    "translated_chars_percent": 81.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Finnish",
    "url": "http://translate.pkp.sfu.ca/languages/fi_FI/"
}