Languages API.

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

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

{
    "total": 3133,
    "total_words": 12907,
    "last_change": "2024-05-19T14:45:49.871514Z",
    "recent_changes": 869,
    "translated": 2254,
    "translated_words": 5633,
    "translated_percent": 71.9,
    "translated_words_percent": 43.6,
    "translated_chars": 36645,
    "translated_chars_percent": 42.8,
    "total_chars": 85557,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 47,
    "failing_percent": 1.5,
    "name": "Punjabi",
    "url": "https://translate.lxqt-project.org/languages/pa/"
}