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": 2268,
    "total_words": 23919,
    "total_chars": 161977,
    "last_change": "2024-03-13T07:56:24.182561Z",
    "recent_changes": 106,
    "translated": 395,
    "translated_words": 1679,
    "translated_percent": 17.4,
    "translated_words_percent": 7.0,
    "translated_chars": 10744,
    "translated_chars_percent": 6.6,
    "fuzzy": 44,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 520,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 3470,
    "fuzzy_chars_percent": 2.1,
    "failing": 18,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.3,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 96,
    "readonly_chars_percent": 0.1,
    "suggestions": 20,
    "comments": 1,
    "name": "Azerbaijani",
    "url": "https://translate.fedoraproject.org/languages/az/"
}