Languages API.

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

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

{
    "total": 286475,
    "total_words": 2429628,
    "total_chars": 19266336,
    "last_change": "2024-05-04T12:14:38.729943Z",
    "recent_changes": 1187,
    "translated": 231323,
    "translated_words": 1731447,
    "translated_percent": 80.7,
    "translated_words_percent": 71.2,
    "translated_chars": 13189263,
    "translated_chars_percent": 68.4,
    "fuzzy": 1665,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 33546,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 264075,
    "fuzzy_chars_percent": 1.3,
    "failing": 4358,
    "failing_percent": 1.5,
    "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": 550,
    "readonly_chars_percent": 0.1,
    "suggestions": 320,
    "comments": 6,
    "name": "Indonesian",
    "url": "https://translations.documentfoundation.org/languages/id/"
}