Languages API.

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

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

{
    "total": 626079,
    "total_words": 5708263,
    "total_chars": 37899911,
    "last_change": "2024-04-26T18:07:24.245811Z",
    "recent_changes": 6932,
    "translated": 296144,
    "translated_words": 1753175,
    "translated_percent": 47.3,
    "translated_words_percent": 30.7,
    "translated_chars": 11583625,
    "translated_chars_percent": 30.5,
    "fuzzy": 42266,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 233767,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 1546137,
    "fuzzy_chars_percent": 4.0,
    "failing": 21125,
    "failing_percent": 3.3,
    "approved": 1871,
    "approved_percent": 0.2,
    "approved_words": 8011,
    "approved_words_percent": 0.1,
    "approved_chars": 51411,
    "approved_chars_percent": 0.1,
    "readonly": 6841,
    "readonly_percent": 1.0,
    "readonly_words": 27007,
    "readonly_words_percent": 0.4,
    "readonly_chars": 232463,
    "readonly_chars_percent": 0.6,
    "suggestions": 8684,
    "comments": 40,
    "name": "Indonesian",
    "url": "https://hosted.weblate.org/languages/id/"
}