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": 239,
    "total_words": 1940,
    "last_change": "2024-04-09T08:54:09.029631Z",
    "recent_changes": 4,
    "translated": 230,
    "translated_words": 1920,
    "translated_percent": 96.2,
    "translated_words_percent": 98.9,
    "translated_chars": 11631,
    "translated_chars_percent": 98.8,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "French",
    "url": "https://i18n.tweaked.cc/languages/fr/"
}