Languages API.

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

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

{
    "total": 127,
    "total_words": 686,
    "total_chars": 4455,
    "last_change": "2023-06-23T16:35:10.629582Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 4,
    "translated_percent": 2.3,
    "translated_words_percent": 0.5,
    "translated_chars": 21,
    "translated_chars_percent": 0.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 1,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Limburgish",
    "url": "https://translations.zorin.com/languages/li/"
}