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": 250,
    "total_words": 2768,
    "last_change": "2024-03-07T21:48:03.882548Z",
    "recent_changes": 1,
    "translated": 126,
    "translated_words": 967,
    "translated_percent": 50.4,
    "translated_words_percent": 34.9,
    "translated_chars": 6579,
    "translated_chars_percent": 34.8,
    "total_chars": 18877,
    "fuzzy": 15,
    "fuzzy_percent": 6.0,
    "failing": 9,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Spanish (Latin America)",
    "url": "https://l10n.opensuse.org/languages/es_419/"
}