Languages API.

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

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

{
    "total": 6838,
    "total_words": 34282,
    "last_change": "2024-05-04T18:57:34.974425Z",
    "recent_changes": 292,
    "translated": 5083,
    "translated_words": 19097,
    "translated_percent": 74.3,
    "translated_words_percent": 55.7,
    "translated_chars": 124178,
    "translated_chars_percent": 51.4,
    "total_chars": 241242,
    "fuzzy": 283,
    "fuzzy_percent": 4.1,
    "failing": 259,
    "failing_percent": 3.7,
    "name": "Catalan",
    "url": "https://translate.lxqt-project.org/languages/ca/"
}