Languages API.

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

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

{
    "total": 1142,
    "total_words": 7606,
    "last_change": "2023-09-26T15:58:11.660120Z",
    "recent_changes": 96,
    "translated": 1100,
    "translated_words": 7327,
    "translated_percent": 96.3,
    "translated_words_percent": 96.3,
    "translated_chars": 46504,
    "translated_chars_percent": 96.4,
    "total_chars": 48226,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 42,
    "failing_percent": 3.6,
    "approved": 436,
    "approved_percent": 38.1,
    "readonly": 35,
    "readonly_percent": 3.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.rikka.app/languages/es/"
}