Languages API.

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

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

{
    "total": 6812,
    "total_words": 34347,
    "last_change": "2024-03-30T22:46:06.772001Z",
    "recent_changes": 316,
    "translated": 5466,
    "translated_words": 20440,
    "translated_percent": 80.2,
    "translated_words_percent": 59.5,
    "translated_chars": 135405,
    "translated_chars_percent": 55.7,
    "total_chars": 242685,
    "fuzzy": 332,
    "fuzzy_percent": 4.8,
    "failing": 389,
    "failing_percent": 5.7,
    "name": "German",
    "url": "https://translate.lxqt-project.org/languages/de/"
}