Languages API.

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

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

{
    "total": 389,
    "total_words": 1621,
    "last_change": null,
    "recent_changes": 0,
    "translated": 184,
    "translated_words": 588,
    "translated_percent": 47.3,
    "translated_words_percent": 36.2,
    "translated_chars": 4052,
    "translated_chars_percent": 36.6,
    "total_chars": 11046,
    "fuzzy": 3,
    "fuzzy_percent": 0.7,
    "failing": 3,
    "failing_percent": 0.7,
    "name": "German",
    "url": "http://weblate.ops404.it/languages/de/"
}