Languages API.

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

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

{
    "total": 3162,
    "total_words": 30213,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3052,
    "translated_words": 29265,
    "translated_percent": 96.5,
    "translated_words_percent": 96.8,
    "translated_chars": 165633,
    "translated_chars_percent": 96.7,
    "total_chars": 171139,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3050,
    "failing_percent": 96.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bulgarian",
    "url": "http://translate.diyseeds.org/languages/bg/"
}