Languages API.

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

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

{
    "total": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:06.476687Z",
    "recent_changes": 9,
    "translated": 672,
    "translated_words": 4308,
    "translated_percent": 99.5,
    "translated_words_percent": 99.6,
    "translated_chars": 25953,
    "translated_chars_percent": 99.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 581,
    "approved_percent": 86.0,
    "approved_words": 3691,
    "approved_words_percent": 85.3,
    "approved_chars": 22158,
    "approved_chars_percent": 85.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": "Galician",
    "url": "https://weblate.tusky.app/languages/gl/"
}