Languages API.

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

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

{
    "total": 7473,
    "total_words": 45541,
    "total_chars": 315164,
    "last_change": "2024-03-26T14:33:09.848398Z",
    "recent_changes": 550,
    "translated": 7084,
    "translated_words": 42205,
    "translated_percent": 94.7,
    "translated_words_percent": 92.6,
    "translated_chars": 289972,
    "translated_chars_percent": 92.0,
    "fuzzy": 212,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 1875,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 16417,
    "fuzzy_chars_percent": 5.2,
    "failing": 320,
    "failing_percent": 4.2,
    "approved": 1307,
    "approved_percent": 17.4,
    "approved_words": 6447,
    "approved_words_percent": 14.1,
    "approved_chars": 40787,
    "approved_chars_percent": 12.9,
    "readonly": 19,
    "readonly_percent": 0.2,
    "readonly_words": 25,
    "readonly_words_percent": 0.1,
    "readonly_chars": 302,
    "readonly_chars_percent": 0.1,
    "suggestions": 13,
    "comments": 1,
    "name": "French (France)",
    "url": "https://weblate.framasoft.org/languages/fr_FR/"
}