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": 111827,
    "total_words": 630829,
    "total_chars": 4110307,
    "last_change": "2024-03-29T10:47:23.287120Z",
    "recent_changes": 1479,
    "translated": 14841,
    "translated_words": 47211,
    "translated_percent": 13.2,
    "translated_words_percent": 7.4,
    "translated_chars": 299237,
    "translated_chars_percent": 7.2,
    "fuzzy": 12092,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 40355,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 267395,
    "fuzzy_chars_percent": 6.5,
    "failing": 2712,
    "failing_percent": 2.4,
    "approved": 276,
    "approved_percent": 0.2,
    "approved_words": 1629,
    "approved_words_percent": 0.2,
    "approved_chars": 11631,
    "approved_chars_percent": 0.2,
    "readonly": 1408,
    "readonly_percent": 1.2,
    "readonly_words": 888,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12275,
    "readonly_chars_percent": 0.2,
    "suggestions": 748,
    "comments": 0,
    "name": "Irish",
    "url": "https://hosted.weblate.org/languages/ga/"
}