Languages API.

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

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

{
    "total": 32364,
    "total_words": 151724,
    "total_chars": 935582,
    "last_change": "2024-05-05T21:30:35.181342Z",
    "recent_changes": 398,
    "translated": 17134,
    "translated_words": 73664,
    "translated_percent": 52.9,
    "translated_words_percent": 48.5,
    "translated_chars": 456788,
    "translated_chars_percent": 48.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 95,
    "fuzzy_chars_percent": 0.1,
    "failing": 377,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 1,
    "name": "French (Canada)",
    "url": "https://kodi.weblate.cloud/languages/fr_ca/"
}