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": 10958,
    "total_words": 44832,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3071,
    "translated_words": 9153,
    "translated_percent": 28.0,
    "translated_words_percent": 20.4,
    "translated_chars": 62850,
    "translated_chars_percent": 18.4,
    "total_chars": 340004,
    "fuzzy": 49,
    "fuzzy_percent": 0.4,
    "failing": 2337,
    "failing_percent": 21.3,
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/languages/fr/"
}