Languages API.

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

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

{
    "total": 2226,
    "total_words": 7137,
    "last_change": "2022-11-03T15:17:54.036421Z",
    "recent_changes": 3,
    "translated": 1888,
    "translated_words": 5720,
    "translated_percent": 84.8,
    "translated_words_percent": 80.1,
    "translated_chars": 34696,
    "translated_chars_percent": 80.0,
    "total_chars": 43342,
    "fuzzy": 43,
    "fuzzy_percent": 1.9,
    "failing": 55,
    "failing_percent": 2.4,
    "name": "Turkish",
    "url": "https://weblate.linphone.org/languages/tr/"
}