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": 7303,
    "total_words": 51661,
    "total_chars": 317921,
    "last_change": "2024-05-01T09:56:16.594215Z",
    "recent_changes": 17,
    "translated": 4926,
    "translated_words": 23472,
    "translated_percent": 67.4,
    "translated_words_percent": 45.4,
    "translated_chars": 148068,
    "translated_chars_percent": 46.5,
    "fuzzy": 36,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 352,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 2296,
    "fuzzy_chars_percent": 0.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 457,
    "comments": 3,
    "name": "Turkish",
    "url": "http://translate.beamng.com/languages/tr/"
}