Languages API.

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

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

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:35.573460Z",
    "recent_changes": 180,
    "translated": 15977,
    "translated_words": 64520,
    "translated_percent": 48.9,
    "translated_words_percent": 42.1,
    "translated_chars": 399281,
    "translated_chars_percent": 42.3,
    "fuzzy": 272,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 943,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 5368,
    "fuzzy_chars_percent": 0.5,
    "failing": 567,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "Galician (Spain)",
    "url": "https://kodi.weblate.cloud/languages/gl_es/"
}