Languages API.

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

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

{
    "total": 39432,
    "total_words": 231298,
    "last_change": "2017-05-30T18:39:28Z",
    "recent_changes": 1,
    "translated": 7921,
    "translated_words": 32653,
    "translated_percent": 20.0,
    "translated_words_percent": 14.1,
    "translated_chars": 215690,
    "translated_chars_percent": 13.4,
    "total_chars": 1599249,
    "fuzzy": 11132,
    "fuzzy_percent": 28.2,
    "failing": 3271,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Xhosa",
    "url": "https://l10n.opensuse.org/languages/xh/"
}