Languages API.

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

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

{
    "total": 3962,
    "total_words": 14099,
    "last_change": "2023-09-12T09:12:11.707463Z",
    "recent_changes": 256,
    "translated": 3857,
    "translated_words": 13677,
    "translated_percent": 97.3,
    "translated_words_percent": 97.0,
    "translated_chars": 84493,
    "translated_chars_percent": 96.9,
    "total_chars": 87173,
    "fuzzy": 12,
    "fuzzy_percent": 0.3,
    "failing": 47,
    "failing_percent": 1.1,
    "name": "Russian",
    "url": "https://weblate.linphone.org/languages/ru/"
}