Languages API.

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

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

{
    "total": 931218,
    "total_words": 8400523,
    "total_chars": 55680101,
    "last_change": "2024-04-25T13:11:49.833290Z",
    "recent_changes": 17644,
    "translated": 523003,
    "translated_words": 2903389,
    "translated_percent": 56.1,
    "translated_words_percent": 34.5,
    "translated_chars": 18363451,
    "translated_chars_percent": 32.9,
    "fuzzy": 38005,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 255197,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 1825653,
    "fuzzy_chars_percent": 3.2,
    "failing": 24527,
    "failing_percent": 2.6,
    "approved": 2466,
    "approved_percent": 0.2,
    "approved_words": 12332,
    "approved_words_percent": 0.1,
    "approved_chars": 82342,
    "approved_chars_percent": 0.1,
    "readonly": 18842,
    "readonly_percent": 2.0,
    "readonly_words": 97883,
    "readonly_words_percent": 1.1,
    "readonly_chars": 468714,
    "readonly_chars_percent": 0.8,
    "suggestions": 13340,
    "comments": 149,
    "name": "Polish",
    "url": "https://hosted.weblate.org/languages/pl/"
}