Languages API.

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

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

{
    "total": 675,
    "total_words": 4331,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:05.137401Z",
    "recent_changes": 1,
    "translated": 401,
    "translated_words": 1242,
    "translated_percent": 59.4,
    "translated_words_percent": 28.6,
    "translated_chars": 7593,
    "translated_chars_percent": 29.1,
    "fuzzy": 30,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 180,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 1113,
    "fuzzy_chars_percent": 4.2,
    "failing": 8,
    "failing_percent": 1.1,
    "approved": 242,
    "approved_percent": 35.8,
    "approved_words": 687,
    "approved_words_percent": 15.8,
    "approved_chars": 4196,
    "approved_chars_percent": 16.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Irish",
    "url": "https://weblate.tusky.app/languages/ga/"
}