Languages API.

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

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

{
    "total": 3874,
    "total_words": 13459,
    "last_change": "2024-10-05T17:01:43.992841Z",
    "recent_changes": 499,
    "translated": 2821,
    "translated_words": 9344,
    "translated_percent": 72.8,
    "translated_words_percent": 69.4,
    "translated_chars": 57842,
    "translated_chars_percent": 69.7,
    "total_chars": 82944,
    "fuzzy": 14,
    "fuzzy_percent": 0.3,
    "failing": 36,
    "failing_percent": 0.9,
    "name": "Ukrainian",
    "url": "https://weblate.linphone.org/languages/uk/"
}