Languages API.

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

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

{
    "total": 229,
    "total_words": 779,
    "last_change": null,
    "recent_changes": 0,
    "translated": 159,
    "translated_words": 468,
    "translated_percent": 69.4,
    "translated_words_percent": 60.0,
    "translated_chars": 3164,
    "translated_chars_percent": 57.6,
    "total_chars": 5484,
    "fuzzy": 3,
    "fuzzy_percent": 1.3,
    "failing": 3,
    "failing_percent": 1.3,
    "name": "Spanish",
    "url": "http://weblate.ops404.it/languages/es/"
}