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": 11372,
    "total_words": 46581,
    "last_change": null,
    "recent_changes": 0,
    "translated": 2819,
    "translated_words": 8309,
    "translated_percent": 24.7,
    "translated_words_percent": 17.8,
    "translated_chars": 57511,
    "translated_chars_percent": 16.4,
    "total_chars": 349304,
    "fuzzy": 49,
    "fuzzy_percent": 0.4,
    "failing": 2112,
    "failing_percent": 18.5,
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/languages/fr/"
}