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": 1254,
    "total_words": 7894,
    "last_change": "2024-03-02T21:05:40.954726Z",
    "recent_changes": 236,
    "translated": 750,
    "translated_words": 4274,
    "translated_percent": 59.8,
    "translated_words_percent": 54.1,
    "translated_chars": 28550,
    "translated_chars_percent": 55.6,
    "total_chars": 51276,
    "fuzzy": 5,
    "fuzzy_percent": 0.3,
    "failing": 8,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.5,
    "suggestions": 24,
    "comments": 0,
    "name": "Polish",
    "url": "https://weblate.rikka.app/languages/pl/"
}