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": 28441,
    "total_words": 190047,
    "total_chars": 1227260,
    "last_change": "2024-04-24T02:37:42.359972Z",
    "recent_changes": 70,
    "translated": 1789,
    "translated_words": 9002,
    "translated_percent": 6.2,
    "translated_words_percent": 4.7,
    "translated_chars": 59619,
    "translated_chars_percent": 4.8,
    "fuzzy": 620,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 3961,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 26276,
    "fuzzy_chars_percent": 2.1,
    "failing": 374,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 0.1,
    "readonly_words": 44,
    "readonly_words_percent": 0.1,
    "readonly_chars": 667,
    "readonly_chars_percent": 0.1,
    "suggestions": 1163,
    "comments": 0,
    "name": "Filipino",
    "url": "https://translate.fedoraproject.org/languages/fil/"
}