Languages API.

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

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

{
    "total": 2084,
    "total_words": 9036,
    "last_change": "2022-08-31T14:41:24.892933Z",
    "recent_changes": 24,
    "translated": 53,
    "translated_words": 123,
    "translated_percent": 2.5,
    "translated_words_percent": 1.3,
    "translated_chars": 705,
    "translated_chars_percent": 1.2,
    "total_chars": 57213,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.1,
    "name": "Ukrainian",
    "url": "http://i18n.foe-helper.com/languages/uk/"
}