Languages API.

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

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

{
    "total": 1948,
    "total_words": 7953,
    "total_chars": 48891,
    "last_change": "2026-02-16T10:50:07.767542Z",
    "recent_changes": 104,
    "translated": 955,
    "translated_words": 2839,
    "translated_percent": 49.0,
    "translated_words_percent": 35.6,
    "translated_chars": 17625,
    "translated_chars_percent": 36.0,
    "fuzzy": 197,
    "fuzzy_percent": 10.1,
    "fuzzy_words": 766,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 4563,
    "fuzzy_chars_percent": 9.3,
    "failing": 261,
    "failing_percent": 13.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.4,
    "readonly_words": 67,
    "readonly_words_percent": 0.8,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Tagalog",
    "url": "http://translate.gtaf.org/languages/tl/"
}