Languages API.

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

GET /api/languages/sid/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": "2023-12-29T09:42:29.851086Z",
    "recent_changes": 12,
    "translated": 127535,
    "translated_words": 908651,
    "translated_percent": 45.0,
    "translated_words_percent": 37.9,
    "translated_chars": 6971671,
    "translated_chars_percent": 36.6,
    "fuzzy": 15328,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 41120,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 261729,
    "fuzzy_chars_percent": 1.3,
    "failing": 5185,
    "failing_percent": 1.8,
    "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": 1,
    "comments": 0,
    "name": "Sidamo",
    "url": "https://translations.documentfoundation.org/languages/sid/"
}