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": 9563,
    "total_words": 70135,
    "total_chars": 486638,
    "last_change": "2023-09-06T13:31:45.332220Z",
    "recent_changes": 761,
    "translated": 6851,
    "translated_words": 37303,
    "translated_percent": 71.6,
    "translated_words_percent": 53.1,
    "translated_chars": 245249,
    "translated_chars_percent": 50.3,
    "fuzzy": 703,
    "fuzzy_percent": 7.3,
    "failing": 697,
    "failing_percent": 7.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.3,
    "suggestions": 37,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.framasoft.org/languages/pl/"
}