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": 301170,
    "total_words": 2470299,
    "total_chars": 19552793,
    "last_change": "2024-05-01T10:25:30.222175Z",
    "recent_changes": 1499,
    "translated": 297509,
    "translated_words": 2419884,
    "translated_percent": 98.7,
    "translated_words_percent": 97.9,
    "translated_chars": 19142826,
    "translated_chars_percent": 97.9,
    "fuzzy": 1779,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 29873,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 231774,
    "fuzzy_chars_percent": 1.1,
    "failing": 5488,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.1,
    "readonly_words": 79,
    "readonly_words_percent": 0.1,
    "readonly_chars": 567,
    "readonly_chars_percent": 0.1,
    "suggestions": 74,
    "comments": 0,
    "name": "French",
    "url": "https://translations.documentfoundation.org/languages/fr/"
}