Languages API.

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

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

{
    "total": 1881,
    "total_words": 8285,
    "last_change": "2022-01-25T15:44:55.958646Z",
    "recent_changes": 47,
    "translated": 843,
    "translated_words": 3225,
    "translated_percent": 44.8,
    "translated_words_percent": 38.9,
    "translated_chars": 21248,
    "translated_chars_percent": 40.0,
    "total_chars": 53043,
    "fuzzy": 50,
    "fuzzy_percent": 2.6,
    "failing": 155,
    "failing_percent": 8.2,
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/languages/el/"
}