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": 152426,
    "total_words": 2085083,
    "last_change": "2024-04-19T21:31:10.801876Z",
    "recent_changes": 2630,
    "translated": 53497,
    "translated_words": 349165,
    "translated_percent": 35.0,
    "translated_words_percent": 16.7,
    "translated_chars": 2393750,
    "translated_chars_percent": 16.6,
    "total_chars": 14342651,
    "fuzzy": 34445,
    "fuzzy_percent": 22.5,
    "failing": 14309,
    "failing_percent": 9.3,
    "approved": 2681,
    "approved_percent": 1.7,
    "readonly": 965,
    "readonly_percent": 0.6,
    "suggestions": 109,
    "comments": 61,
    "name": "French",
    "url": "https://l10n.opensuse.org/languages/fr/"
}