Languages API.

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

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

{
    "total": 58,
    "total_words": 390,
    "total_chars": 2787,
    "last_change": null,
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 320,
    "translated_percent": 44.8,
    "translated_words_percent": 82.0,
    "translated_chars": 2342,
    "translated_chars_percent": 84.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Kurdish",
    "url": "http://translate.pkp.sfu.ca/languages/ku/"
}