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": 1273,
    "total_words": 7932,
    "last_change": "2024-04-08T14:13:31.795306Z",
    "recent_changes": 170,
    "translated": 1227,
    "translated_words": 7057,
    "translated_percent": 96.3,
    "translated_words_percent": 88.9,
    "translated_chars": 45939,
    "translated_chars_percent": 89.1,
    "total_chars": 51530,
    "fuzzy": 10,
    "fuzzy_percent": 0.7,
    "failing": 49,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 2.4,
    "suggestions": 9,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.rikka.app/languages/tr/"
}