Languages API.

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

GET /api/languages/he_IL/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15152,
    "total_words": 99473,
    "last_change": null,
    "recent_changes": 0,
    "translated": 8022,
    "translated_words": 48079,
    "translated_percent": 52.9,
    "translated_words_percent": 48.3,
    "translated_chars": 303683,
    "translated_chars_percent": 48.9,
    "total_chars": 620131,
    "fuzzy": 6865,
    "fuzzy_percent": 45.3,
    "failing": 1234,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Hebrew (Israel)",
    "url": "http://translate.cacti.net/languages/he_IL/"
}