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": 1881,
    "total_words": 8285,
    "last_change": "2023-07-13T23:08:16.085014Z",
    "recent_changes": 30,
    "translated": 371,
    "translated_words": 1265,
    "translated_percent": 19.7,
    "translated_words_percent": 15.2,
    "translated_chars": 8135,
    "translated_chars_percent": 15.3,
    "total_chars": 53043,
    "fuzzy": 66,
    "fuzzy_percent": 3.5,
    "failing": 34,
    "failing_percent": 1.8,
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/languages/tr/"
}