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": 283388,
    "total_words": 2396271,
    "total_chars": 19009769,
    "last_change": "2020-11-13T09:58:37.478283Z",
    "recent_changes": 34,
    "translated": 152424,
    "translated_words": 1131240,
    "translated_percent": 53.7,
    "translated_words_percent": 47.2,
    "translated_chars": 8628619,
    "translated_chars_percent": 45.3,
    "fuzzy": 12645,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 37912,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 238942,
    "fuzzy_chars_percent": 1.2,
    "failing": 9749,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 49,
    "comments": 0,
    "name": "Khmer (Central)",
    "url": "https://translations.documentfoundation.org/languages/km/"
}