Languages API.

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

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

{
    "total": 1286,
    "total_words": 7966,
    "last_change": "2025-01-14T07:35:51.777472Z",
    "recent_changes": 183,
    "translated": 1241,
    "translated_words": 7092,
    "translated_percent": 96.5,
    "translated_words_percent": 89.0,
    "translated_chars": 46204,
    "translated_chars_percent": 89.1,
    "total_chars": 51801,
    "fuzzy": 11,
    "fuzzy_percent": 0.8,
    "failing": 49,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 3.2,
    "suggestions": 17,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.rikka.app/languages/tr/"
}