Languages API.

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

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

{
    "total": 1833,
    "total_words": 6689,
    "last_change": "2025-04-02T11:27:54.993328Z",
    "recent_changes": 251,
    "translated": 1303,
    "translated_words": 4238,
    "translated_percent": 71.0,
    "translated_words_percent": 63.3,
    "translated_chars": 29304,
    "translated_chars_percent": 64.2,
    "total_chars": 45601,
    "fuzzy": 39,
    "fuzzy_percent": 2.1,
    "failing": 26,
    "failing_percent": 1.4,
    "name": "Romanian",
    "url": "https://translate.lxqt-project.org/languages/ro/"
}