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": 7708,
    "total_words": 53351,
    "total_chars": 375496,
    "last_change": "2024-03-27T07:37:05.437484Z",
    "recent_changes": 364,
    "translated": 4334,
    "translated_words": 24521,
    "translated_percent": 56.2,
    "translated_words_percent": 45.9,
    "translated_chars": 178974,
    "translated_chars_percent": 47.6,
    "fuzzy": 180,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 1886,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 16860,
    "fuzzy_chars_percent": 4.4,
    "failing": 152,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 64,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.framasoft.org/languages/tr/"
}