Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/fi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7043,
    "total_words": 35782,
    "last_change": "2024-05-04T14:15:35.429692Z",
    "recent_changes": 578,
    "translated": 5307,
    "translated_words": 20018,
    "translated_percent": 75.3,
    "translated_words_percent": 55.9,
    "translated_chars": 132783,
    "translated_chars_percent": 52.8,
    "total_chars": 251338,
    "fuzzy": 369,
    "fuzzy_percent": 5.2,
    "failing": 256,
    "failing_percent": 3.6,
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/languages/fi/"
}