Languages API.

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

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

{
    "total": 132,
    "total_words": 208,
    "total_chars": 1478,
    "last_change": "2024-11-20T02:43:28.786788Z",
    "recent_changes": 47,
    "translated": 84,
    "translated_words": 121,
    "translated_percent": 63.6,
    "translated_words_percent": 58.1,
    "translated_chars": 900,
    "translated_chars_percent": 60.8,
    "fuzzy": 3,
    "fuzzy_percent": 2.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "http://translate.pkp.sfu.ca/languages/es_ES/"
}