Languages API.

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

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

{
    "total": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:05.718846Z",
    "recent_changes": 42,
    "translated": 2247,
    "translated_words": 17961,
    "translated_percent": 92.9,
    "translated_words_percent": 95.2,
    "translated_chars": 110769,
    "translated_chars_percent": 95.4,
    "total_chars": 116022,
    "fuzzy": 98,
    "fuzzy_percent": 4.0,
    "failing": 1584,
    "failing_percent": 65.5,
    "approved": 381,
    "approved_percent": 15.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Galician",
    "url": "https://traduk.amikumu.com/languages/gl/"
}