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": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:13.748919Z",
    "recent_changes": 45,
    "translated": 343,
    "translated_words": 8143,
    "translated_percent": 52.6,
    "translated_words_percent": 78.1,
    "translated_chars": 50686,
    "translated_chars_percent": 78.3,
    "total_chars": 64658,
    "fuzzy": 306,
    "fuzzy_percent": 46.9,
    "failing": 521,
    "failing_percent": 79.9,
    "approved": 101,
    "approved_percent": 15.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "name": "Punjabi",
    "url": "https://traduk.amikumu.com/languages/pa/"
}