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": 1659,
    "total_words": 6315,
    "total_chars": 38758,
    "last_change": "2025-07-12T19:15:38.289533Z",
    "recent_changes": 13,
    "translated": 934,
    "translated_words": 3029,
    "translated_percent": 56.2,
    "translated_words_percent": 47.9,
    "translated_chars": 19174,
    "translated_chars_percent": 49.4,
    "fuzzy": 79,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 264,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 1447,
    "fuzzy_chars_percent": 3.7,
    "failing": 134,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 6.1,
    "readonly_words": 618,
    "readonly_words_percent": 9.7,
    "readonly_chars": 3817,
    "readonly_chars_percent": 9.8,
    "suggestions": 1,
    "comments": 0,
    "name": "Filipino",
    "url": "http://translate.gtaf.org/languages/fil/"
}