Languages API.

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

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

{
    "total": 5528,
    "total_words": 43004,
    "total_chars": 294802,
    "last_change": "2025-02-28T22:35:56.738843Z",
    "recent_changes": 9,
    "translated": 1785,
    "translated_words": 11232,
    "translated_percent": 32.2,
    "translated_words_percent": 26.1,
    "translated_chars": 77224,
    "translated_chars_percent": 26.1,
    "fuzzy": 107,
    "fuzzy_percent": 1.9,
    "failing": 97,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Gaelic",
    "url": "http://translate.pkp.sfu.ca/languages/gd/"
}