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": 167955,
    "total_words": 1946427,
    "total_chars": 12750173,
    "last_change": "2024-04-25T06:07:50.355336Z",
    "recent_changes": 787,
    "translated": 19877,
    "translated_words": 79597,
    "translated_percent": 11.8,
    "translated_words_percent": 4.0,
    "translated_chars": 502530,
    "translated_chars_percent": 3.9,
    "fuzzy": 3883,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 12371,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 101845,
    "fuzzy_chars_percent": 0.7,
    "failing": 1299,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1257,
    "readonly_percent": 0.7,
    "readonly_words": 3413,
    "readonly_words_percent": 0.1,
    "readonly_chars": 32290,
    "readonly_chars_percent": 0.2,
    "suggestions": 406,
    "comments": 5,
    "name": "Filipino",
    "url": "https://hosted.weblate.org/languages/fil/"
}