Languages API.

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

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

{
    "total": 1663,
    "total_words": 6339,
    "total_chars": 38921,
    "last_change": "2025-08-27T13:23:11.337162Z",
    "recent_changes": 17,
    "translated": 940,
    "translated_words": 2982,
    "translated_percent": 56.5,
    "translated_words_percent": 47.0,
    "translated_chars": 18957,
    "translated_chars_percent": 48.7,
    "fuzzy": 75,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 318,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 1715,
    "fuzzy_chars_percent": 4.4,
    "failing": 146,
    "failing_percent": 8.7,
    "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": 1,
    "comments": 0,
    "name": "Filipino",
    "url": "http://translate.gtaf.org/languages/fil/"
}