Languages API.

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

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

{
    "total": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2024-02-17T13:31:34.632748Z",
    "recent_changes": 7,
    "translated": 229,
    "translated_words": 837,
    "translated_percent": 74.1,
    "translated_words_percent": 73.4,
    "translated_chars": 5350,
    "translated_chars_percent": 73.7,
    "fuzzy": 7,
    "fuzzy_percent": 2.2,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://translations.zorin.com/languages/af/"
}