Languages API.

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

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

{
    "total": 11,
    "total_words": 23,
    "last_change": "2021-04-21T20:02:19.098896Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 8,
    "translated_percent": 45.4,
    "translated_words_percent": 34.7,
    "translated_chars": 72,
    "translated_chars_percent": 39.5,
    "total_chars": 182,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 9.0,
    "name": "Valencian",
    "url": "https://translate.lxqt-project.org/languages/ca@valencia/"
}