Languages API.

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

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

{
    "total": 39910,
    "total_words": 238654,
    "last_change": "2024-01-02T13:01:52.693949Z",
    "recent_changes": 120,
    "translated": 18932,
    "translated_words": 79685,
    "translated_percent": 47.4,
    "translated_words_percent": 33.3,
    "translated_chars": 545438,
    "translated_chars_percent": 33.0,
    "total_chars": 1649210,
    "fuzzy": 10756,
    "fuzzy_percent": 26.9,
    "failing": 2693,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://l10n.opensuse.org/languages/en_GB/"
}