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": 218813,
    "total_words": 3226148,
    "total_chars": 23350111,
    "last_change": "2025-03-13T12:15:03.880266Z",
    "recent_changes": 1066,
    "translated": 72474,
    "translated_words": 525276,
    "translated_percent": 33.1,
    "translated_words_percent": 16.2,
    "translated_chars": 3569985,
    "translated_chars_percent": 15.2,
    "fuzzy": 8189,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 40742,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 266628,
    "fuzzy_chars_percent": 1.1,
    "failing": 2738,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 0.1,
    "readonly_words": 59,
    "readonly_words_percent": 0.1,
    "readonly_chars": 455,
    "readonly_chars_percent": 0.1,
    "suggestions": 3978,
    "comments": 3,
    "name": "Polish",
    "url": "https://translate.fedoraproject.org/languages/pl/"
}