Languages API.

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

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

{
    "total": 1662,
    "total_words": 6368,
    "last_change": "2022-04-25T05:37:03.263975Z",
    "recent_changes": 67,
    "translated": 577,
    "translated_words": 2009,
    "translated_percent": 34.7,
    "translated_words_percent": 31.5,
    "translated_chars": 13465,
    "translated_chars_percent": 33.7,
    "total_chars": 39938,
    "fuzzy": 47,
    "fuzzy_percent": 2.8,
    "failing": 42,
    "failing_percent": 2.5,
    "name": "Hebrew",
    "url": "https://weblate.linphone.org/languages/he/"
}