Languages API.

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

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

{
    "total": 922,
    "total_words": 6120,
    "last_change": "2023-08-08T16:23:36.012880Z",
    "recent_changes": 209,
    "translated": 655,
    "translated_words": 5077,
    "translated_percent": 71.0,
    "translated_words_percent": 82.9,
    "translated_chars": 34820,
    "translated_chars_percent": 83.3,
    "total_chars": 41761,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "failing": 61,
    "failing_percent": 6.6,
    "approved": 2,
    "approved_percent": 0.2,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.ppc.lol/languages/pl/"
}