Languages API.

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

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

{
    "total": 3616,
    "total_words": 13660,
    "last_change": "2024-05-04T18:03:37.869536Z",
    "recent_changes": 31,
    "translated": 460,
    "translated_words": 1207,
    "translated_percent": 12.7,
    "translated_words_percent": 8.8,
    "translated_chars": 7901,
    "translated_chars_percent": 8.8,
    "total_chars": 89207,
    "fuzzy": 262,
    "fuzzy_percent": 7.2,
    "failing": 268,
    "failing_percent": 7.4,
    "name": "Asturian",
    "url": "https://translate.lxqt-project.org/languages/ast/"
}