Languages API.

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

GET /api/languages/de/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": 25,
    "translated_words": 100,
    "translated_percent": 0.2,
    "translated_words_percent": 0.2,
    "translated_chars": 588,
    "translated_chars_percent": 0.1,
    "total_chars": 340004,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 272,
    "failing_percent": 2.4,
    "name": "de (generated)",
    "url": "http://weblate.crnd.pro/languages/de/"
}