Languages API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2022-11-03T15:23:37.904758Z",
    "recent_changes": 3,
    "translated": 395,
    "translated_words": 1329,
    "translated_percent": 35.0,
    "translated_words_percent": 35.5,
    "translated_chars": 8072,
    "translated_chars_percent": 35.2,
    "total_chars": 22880,
    "fuzzy": 33,
    "fuzzy_percent": 2.9,
    "failing": 4,
    "failing_percent": 0.3,
    "name": "Lithuanian",
    "url": "https://weblate.linphone.org/languages/lt/"
}