Languages API.

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

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

{
    "total": 7203,
    "total_words": 37529,
    "last_change": "2020-12-22T10:27:07.057098Z",
    "recent_changes": 2,
    "translated": 7203,
    "translated_words": 37529,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 264507,
    "translated_chars_percent": 100.0,
    "total_chars": 264507,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "English",
    "url": "https://translate.lxqt-project.org/languages/en/"
}