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": 1661,
    "total_words": 6337,
    "total_chars": 38902,
    "last_change": "2025-08-27T13:23:48.936008Z",
    "recent_changes": 17,
    "translated": 1029,
    "translated_words": 3325,
    "translated_percent": 61.9,
    "translated_words_percent": 52.4,
    "translated_chars": 20377,
    "translated_chars_percent": 52.3,
    "fuzzy": 108,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 528,
    "fuzzy_words_percent": 8.3,
    "fuzzy_chars": 2894,
    "fuzzy_chars_percent": 7.4,
    "failing": 170,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 6.2,
    "readonly_words": 622,
    "readonly_words_percent": 9.8,
    "readonly_chars": 3850,
    "readonly_chars_percent": 9.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Tagalog",
    "url": "http://translate.gtaf.org/languages/tl/"
}