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": 5499,
    "total_words": 42853,
    "total_chars": 293778,
    "last_change": "2025-02-28T22:35:56.738843Z",
    "recent_changes": 9,
    "translated": 1809,
    "translated_words": 11918,
    "translated_percent": 32.8,
    "translated_words_percent": 27.8,
    "translated_chars": 82603,
    "translated_chars_percent": 28.1,
    "fuzzy": 111,
    "fuzzy_percent": 2.0,
    "failing": 97,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Gaelic",
    "url": "http://translate.pkp.sfu.ca/languages/gd/"
}