Languages API.

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

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

{
    "total": 9973,
    "total_words": 55139,
    "total_chars": 355695,
    "last_change": "2023-11-24T19:03:15.329308Z",
    "recent_changes": 12,
    "translated": 1204,
    "translated_words": 5504,
    "translated_percent": 12.0,
    "translated_words_percent": 9.9,
    "translated_chars": 36650,
    "translated_chars_percent": 10.3,
    "fuzzy": 14,
    "fuzzy_percent": 0.1,
    "failing": 166,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Greek",
    "url": "https://weblate.rob006.net/languages/el/"
}