Languages API.

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

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

{
    "total": 436,
    "total_words": 1291,
    "last_change": "2022-03-13T17:43:30.822246Z",
    "recent_changes": 190,
    "translated": 402,
    "translated_words": 1150,
    "translated_percent": 92.2,
    "translated_words_percent": 89.0,
    "translated_chars": 7190,
    "translated_chars_percent": 89.7,
    "total_chars": 8009,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "name": "German (Switzerland)",
    "url": "https://translate.lxqt-project.org/languages/de_CH/"
}