Languages API.

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

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

{
    "total": 898,
    "total_words": 3488,
    "last_change": "2023-01-03T17:14:23.575574Z",
    "recent_changes": 398,
    "translated": 705,
    "translated_words": 2751,
    "translated_percent": 78.5,
    "translated_words_percent": 78.8,
    "translated_chars": 18856,
    "translated_chars_percent": 78.2,
    "total_chars": 24106,
    "fuzzy": 13,
    "fuzzy_percent": 1.4,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/languages/sr/"
}