Languages API.

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

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

{
    "total": 664,
    "total_words": 4095,
    "last_change": null,
    "recent_changes": 0,
    "translated": 569,
    "translated_words": 3566,
    "translated_percent": 85.6,
    "translated_words_percent": 87.0,
    "translated_chars": 20910,
    "translated_chars_percent": 86.1,
    "total_chars": 24275,
    "fuzzy": 16,
    "fuzzy_percent": 2.4,
    "failing": 37,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.duniter.org/languages/es_AST/"
}