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": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:10.179858Z",
    "recent_changes": 2,
    "translated": 283,
    "translated_words": 8566,
    "translated_percent": 43.4,
    "translated_words_percent": 82.2,
    "translated_chars": 53531,
    "translated_chars_percent": 82.7,
    "total_chars": 64658,
    "fuzzy": 366,
    "fuzzy_percent": 56.1,
    "failing": 591,
    "failing_percent": 90.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "name": "Azerbaijani",
    "url": "https://traduk.amikumu.com/languages/az/"
}