Languages API.

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

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

{
    "total": 20814,
    "total_words": 134885,
    "total_chars": 952593,
    "last_change": "2024-03-27T14:37:22.170673Z",
    "recent_changes": 54,
    "translated": 987,
    "translated_words": 1446,
    "translated_percent": 4.7,
    "translated_words_percent": 1.0,
    "translated_chars": 15709,
    "translated_chars_percent": 1.6,
    "fuzzy": 2632,
    "fuzzy_percent": 12.6,
    "fuzzy_words": 11006,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 80960,
    "fuzzy_chars_percent": 8.4,
    "failing": 1080,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 655,
    "readonly_percent": 3.1,
    "readonly_words": 666,
    "readonly_words_percent": 0.4,
    "readonly_chars": 10756,
    "readonly_chars_percent": 1.1,
    "suggestions": 64,
    "comments": 0,
    "name": "Lingala",
    "url": "https://hosted.weblate.org/languages/ln/"
}