Languages API.

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

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

{
    "total": 3667,
    "total_words": 13153,
    "last_change": "2023-03-09T19:30:54.803034Z",
    "recent_changes": 30,
    "translated": 1592,
    "translated_words": 5086,
    "translated_percent": 43.4,
    "translated_words_percent": 38.6,
    "translated_chars": 32943,
    "translated_chars_percent": 40.2,
    "total_chars": 81820,
    "fuzzy": 7,
    "fuzzy_percent": 0.1,
    "failing": 914,
    "failing_percent": 24.9,
    "name": "Polish",
    "url": "https://weblate.linphone.org/languages/pl/"
}