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": 4067,
    "total_words": 14248,
    "last_change": "2024-03-27T06:59:35.216991Z",
    "recent_changes": 114,
    "translated": 3964,
    "translated_words": 13863,
    "translated_percent": 97.4,
    "translated_words_percent": 97.2,
    "translated_chars": 85561,
    "translated_chars_percent": 97.2,
    "total_chars": 88013,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 59,
    "failing_percent": 1.4,
    "name": "German",
    "url": "https://weblate.linphone.org/languages/de/"
}