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": 11478,
    "total_words": 97006,
    "total_chars": 651470,
    "last_change": "2024-04-23T22:03:24.738516Z",
    "recent_changes": 230,
    "translated": 11378,
    "translated_words": 95508,
    "translated_percent": 99.1,
    "translated_words_percent": 98.4,
    "translated_chars": 640950,
    "translated_chars_percent": 98.3,
    "fuzzy": 38,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 648,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 4654,
    "fuzzy_chars_percent": 0.7,
    "failing": 346,
    "failing_percent": 3.0,
    "approved": 345,
    "approved_percent": 3.0,
    "approved_words": 4029,
    "approved_words_percent": 4.1,
    "approved_chars": 26302,
    "approved_chars_percent": 4.0,
    "readonly": 49,
    "readonly_percent": 0.4,
    "readonly_words": 262,
    "readonly_words_percent": 0.2,
    "readonly_chars": 2472,
    "readonly_chars_percent": 0.3,
    "suggestions": 37,
    "comments": 4,
    "name": "French",
    "url": "https://weblate.framasoft.org/languages/fr/"
}