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": 33227,
    "total_words": 226406,
    "total_chars": 1465060,
    "last_change": "2025-03-12T16:11:58.655572Z",
    "recent_changes": 160,
    "translated": 2228,
    "translated_words": 11116,
    "translated_percent": 6.7,
    "translated_words_percent": 4.9,
    "translated_chars": 73400,
    "translated_chars_percent": 5.0,
    "fuzzy": 683,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 4069,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 26868,
    "fuzzy_chars_percent": 1.8,
    "failing": 389,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.1,
    "readonly_words": 45,
    "readonly_words_percent": 0.1,
    "readonly_chars": 675,
    "readonly_chars_percent": 0.1,
    "suggestions": 2106,
    "comments": 0,
    "name": "Filipino",
    "url": "https://translate.fedoraproject.org/languages/fil/"
}