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": 119363,
    "total_words": 819529,
    "total_chars": 5115493,
    "last_change": "2024-05-03T08:19:45.023762Z",
    "recent_changes": 600,
    "translated": 34161,
    "translated_words": 115839,
    "translated_percent": 28.6,
    "translated_words_percent": 14.1,
    "translated_chars": 745262,
    "translated_chars_percent": 14.5,
    "fuzzy": 7585,
    "fuzzy_percent": 6.3,
    "fuzzy_words": 32946,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 226773,
    "fuzzy_chars_percent": 4.4,
    "failing": 5068,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1339,
    "readonly_percent": 1.1,
    "readonly_words": 3355,
    "readonly_words_percent": 0.4,
    "readonly_chars": 36746,
    "readonly_chars_percent": 0.7,
    "suggestions": 255,
    "comments": 9,
    "name": "Punjabi",
    "url": "https://hosted.weblate.org/languages/pa/"
}