Languages API.

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

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

{
    "total": 11453,
    "total_words": 118457,
    "last_change": "2024-03-25T02:15:01.330125Z",
    "recent_changes": 208,
    "translated": 7145,
    "translated_words": 77203,
    "translated_percent": 62.3,
    "translated_words_percent": 65.1,
    "translated_chars": 466593,
    "translated_chars_percent": 65.6,
    "total_chars": 710629,
    "fuzzy": 176,
    "fuzzy_percent": 1.5,
    "failing": 197,
    "failing_percent": 1.7,
    "approved": 827,
    "approved_percent": 7.2,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 35,
    "comments": 4,
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/languages/es_419/"
}