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": 12422,
    "total_words": 50104,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3071,
    "translated_words": 9153,
    "translated_percent": 24.7,
    "translated_words_percent": 18.2,
    "translated_chars": 62850,
    "translated_chars_percent": 16.8,
    "total_chars": 374048,
    "fuzzy": 49,
    "fuzzy_percent": 0.3,
    "failing": 2337,
    "failing_percent": 18.8,
    "name": "fr (generated)",
    "url": "http://weblate.crnd.pro/languages/fr/"
}