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": 2402,
    "total_words": 8733,
    "total_chars": 53440,
    "last_change": "2024-05-10T15:55:08.161512Z",
    "recent_changes": 259,
    "translated": 1225,
    "translated_words": 4600,
    "translated_percent": 50.9,
    "translated_words_percent": 52.6,
    "translated_chars": 27605,
    "translated_chars_percent": 51.6,
    "fuzzy": 22,
    "fuzzy_percent": 0.9,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.funkwhale.audio/languages/tr/"
}