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": 183,
    "total_words": 1305,
    "last_change": "2024-02-10T03:39:33.255959Z",
    "recent_changes": 4,
    "translated": 162,
    "translated_words": 1058,
    "translated_percent": 88.5,
    "translated_words_percent": 81.0,
    "translated_chars": 7350,
    "translated_chars_percent": 82.9,
    "total_chars": 8863,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 5,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 22,
    "comments": 0,
    "name": "Spanish (Latin America)",
    "url": "https://weblate.rikka.app/languages/es_419/"
}