Languages API.

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

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

{
    "total": 401,
    "total_words": 1421,
    "last_change": null,
    "recent_changes": 0,
    "translated": 103,
    "translated_words": 331,
    "translated_percent": 25.6,
    "translated_words_percent": 23.2,
    "translated_chars": 2114,
    "translated_chars_percent": 22.0,
    "total_chars": 9573,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "French",
    "url": "http://weblate.ops404.it/languages/fr/"
}