Languages API.

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

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

{
    "total": 41723,
    "total_words": 252564,
    "last_change": "2020-01-14T20:36:15.301063Z",
    "recent_changes": 1381,
    "translated": 20491,
    "translated_words": 78223,
    "translated_percent": 49.1,
    "translated_words_percent": 30.9,
    "translated_chars": 529621,
    "translated_chars_percent": 30.4,
    "total_chars": 1741979,
    "fuzzy": 9146,
    "fuzzy_percent": 21.9,
    "failing": 3330,
    "failing_percent": 7.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 8,
    "comments": 0,
    "name": "Estonian",
    "url": "https://l10n.opensuse.org/languages/et/"
}