Languages API.

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

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

{
    "total": 1933,
    "total_words": 7354,
    "total_chars": 45540,
    "last_change": "2025-09-10T19:45:07.683997Z",
    "recent_changes": 82,
    "translated": 1931,
    "translated_words": 7345,
    "translated_percent": 99.8,
    "translated_words_percent": 99.8,
    "translated_chars": 45486,
    "translated_chars_percent": 99.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://translate.gajim.org/languages/pl/"
}