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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2023-12-06T23:22:16.378300Z",
    "recent_changes": 16,
    "translated": 40,
    "translated_words": 104,
    "translated_percent": 12.9,
    "translated_words_percent": 9.1,
    "translated_chars": 685,
    "translated_chars_percent": 9.4,
    "fuzzy": 16,
    "fuzzy_percent": 5.1,
    "failing": 10,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Khmer (Central)",
    "url": "https://translations.zorin.com/languages/km/"
}