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": 5513,
    "total_words": 44348,
    "total_chars": 299823,
    "last_change": "2024-06-13T08:59:59.109018Z",
    "recent_changes": 78,
    "translated": 2734,
    "translated_words": 17672,
    "translated_percent": 49.5,
    "translated_words_percent": 39.8,
    "translated_chars": 119611,
    "translated_chars_percent": 39.8,
    "fuzzy": 56,
    "fuzzy_percent": 1.0,
    "failing": 138,
    "failing_percent": 2.5,
    "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/"
}