Languages API.

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

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

{
    "total": 5663,
    "total_words": 45684,
    "total_chars": 308745,
    "last_change": "2024-11-28T16:25:03.597800Z",
    "recent_changes": 79,
    "translated": 2738,
    "translated_words": 17678,
    "translated_percent": 48.3,
    "translated_words_percent": 38.6,
    "translated_chars": 119650,
    "translated_chars_percent": 38.7,
    "fuzzy": 57,
    "fuzzy_percent": 1.0,
    "failing": 138,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.2,
    "suggestions": 101,
    "comments": 0,
    "name": "Basque",
    "url": "http://translate.pkp.sfu.ca/languages/eu/"
}