Languages API.

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

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

{
    "total": 1573,
    "total_words": 14781,
    "last_change": null,
    "recent_changes": 0,
    "translated": 463,
    "translated_words": 3151,
    "translated_percent": 29.4,
    "translated_words_percent": 21.3,
    "translated_chars": 20160,
    "translated_chars_percent": 19.8,
    "total_chars": 101636,
    "fuzzy": 104,
    "fuzzy_percent": 6.6,
    "failing": 111,
    "failing_percent": 7.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Telugu",
    "url": "https://l10n.opensuse.org/languages/te/"
}