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": 39637,
    "total_words": 236193,
    "last_change": null,
    "recent_changes": 0,
    "translated": 18428,
    "translated_words": 98872,
    "translated_percent": 46.4,
    "translated_words_percent": 41.8,
    "translated_chars": 655819,
    "translated_chars_percent": 40.1,
    "total_chars": 1631901,
    "fuzzy": 8683,
    "fuzzy_percent": 21.9,
    "failing": 3034,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Khmer (Central)",
    "url": "https://l10n.opensuse.org/languages/km/"
}