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": 11961,
    "total_words": 48564,
    "last_change": null,
    "recent_changes": 0,
    "translated": 2914,
    "translated_words": 8525,
    "translated_percent": 24.3,
    "translated_words_percent": 17.5,
    "translated_chars": 58805,
    "translated_chars_percent": 16.1,
    "total_chars": 364496,
    "fuzzy": 49,
    "fuzzy_percent": 0.4,
    "failing": 2243,
    "failing_percent": 18.7,
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/languages/fr/"
}