Languages API.

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

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

{
    "total": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-02-26T18:19:54.201691Z",
    "recent_changes": 771,
    "translated": 1583,
    "translated_words": 7876,
    "translated_percent": 15.8,
    "translated_words_percent": 14.2,
    "translated_chars": 51070,
    "translated_chars_percent": 14.3,
    "fuzzy": 89,
    "fuzzy_percent": 0.8,
    "failing": 30,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "https://weblate.rob006.net/languages/az/"
}