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": 564,
    "total_words": 2080,
    "last_change": "2024-08-13T00:11:04.923510Z",
    "recent_changes": 1,
    "translated": 200,
    "translated_words": 619,
    "translated_percent": 35.4,
    "translated_words_percent": 29.7,
    "translated_chars": 3820,
    "translated_chars_percent": 29.3,
    "total_chars": 12998,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "failing": 12,
    "failing_percent": 2.1,
    "name": "Filipino",
    "url": "https://translate.lxqt-project.org/languages/fil/"
}