Languages API.

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

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

{
    "total": 150623,
    "total_words": 2102402,
    "last_change": "2023-05-22T10:29:53.001542Z",
    "recent_changes": 2208,
    "translated": 53809,
    "translated_words": 358305,
    "translated_percent": 35.7,
    "translated_words_percent": 17.0,
    "translated_chars": 2452800,
    "translated_chars_percent": 16.9,
    "total_chars": 14443201,
    "fuzzy": 31795,
    "fuzzy_percent": 21.1,
    "failing": 13049,
    "failing_percent": 8.6,
    "approved": 2332,
    "approved_percent": 1.5,
    "readonly": 989,
    "readonly_percent": 0.6,
    "suggestions": 111,
    "comments": 61,
    "name": "French",
    "url": "https://l10n.opensuse.org/languages/fr/"
}