Languages API.

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

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

{
    "total": 26984,
    "total_words": 177737,
    "total_chars": 1133334,
    "last_change": "2024-04-19T00:51:49.641276Z",
    "recent_changes": 117,
    "translated": 4529,
    "translated_words": 33000,
    "translated_percent": 16.7,
    "translated_words_percent": 18.5,
    "translated_chars": 213077,
    "translated_chars_percent": 18.8,
    "fuzzy": 1423,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 11438,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 73659,
    "fuzzy_chars_percent": 6.4,
    "failing": 1104,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "readonly_words": 24,
    "readonly_words_percent": 0.1,
    "readonly_chars": 161,
    "readonly_chars_percent": 0.1,
    "suggestions": 1888,
    "comments": 0,
    "name": "Khmer (Central)",
    "url": "https://translate.fedoraproject.org/languages/km/"
}