Languages API.

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

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

{
    "total": 10509,
    "total_words": 36631,
    "total_chars": 239632,
    "last_change": "2024-04-17T13:53:21.816096Z",
    "recent_changes": 50,
    "translated": 2485,
    "translated_words": 7028,
    "translated_percent": 23.6,
    "translated_words_percent": 19.1,
    "translated_chars": 52270,
    "translated_chars_percent": 21.8,
    "fuzzy": 337,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 1516,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 10628,
    "fuzzy_chars_percent": 4.4,
    "failing": 214,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 36,
    "readonly_words_percent": 0.1,
    "readonly_chars": 273,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 1,
    "name": "French (Switzerland)",
    "url": "https://hosted.weblate.org/languages/fr_CH/"
}