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": 224,
    "total_words": 1437,
    "total_chars": 9579,
    "last_change": "2023-10-29T22:33:36.522252Z",
    "recent_changes": 1,
    "translated": 220,
    "translated_words": 1430,
    "translated_percent": 98.2,
    "translated_words_percent": 99.5,
    "translated_chars": 9527,
    "translated_chars_percent": 99.4,
    "fuzzy": 1,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 26,
    "fuzzy_chars_percent": 0.2,
    "failing": 6,
    "failing_percent": 2.6,
    "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": 0,
    "comments": 0,
    "name": "Irish",
    "url": "https://weblate.framasoft.org/languages/ga/"
}