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": 342738,
    "total_words": 2975806,
    "total_chars": 19307637,
    "last_change": "2024-04-26T19:00:14.944125Z",
    "recent_changes": 3643,
    "translated": 136617,
    "translated_words": 578729,
    "translated_percent": 39.8,
    "translated_words_percent": 19.4,
    "translated_chars": 3656583,
    "translated_chars_percent": 18.9,
    "fuzzy": 23214,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 110337,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 743761,
    "fuzzy_chars_percent": 3.8,
    "failing": 10874,
    "failing_percent": 3.1,
    "approved": 5843,
    "approved_percent": 1.7,
    "approved_words": 33263,
    "approved_words_percent": 1.1,
    "approved_chars": 214084,
    "approved_chars_percent": 1.1,
    "readonly": 3791,
    "readonly_percent": 1.1,
    "readonly_words": 6594,
    "readonly_words_percent": 0.2,
    "readonly_chars": 59868,
    "readonly_chars_percent": 0.3,
    "suggestions": 2557,
    "comments": 13,
    "name": "Galician",
    "url": "https://hosted.weblate.org/languages/gl/"
}