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": 11393,
    "total_words": 118312,
    "last_change": "2024-05-09T12:40:46.571121Z",
    "recent_changes": 200,
    "translated": 7993,
    "translated_words": 72353,
    "translated_percent": 70.1,
    "translated_words_percent": 61.1,
    "translated_chars": 435815,
    "translated_chars_percent": 61.3,
    "total_chars": 709837,
    "fuzzy": 241,
    "fuzzy_percent": 2.1,
    "failing": 636,
    "failing_percent": 5.5,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 119,
    "comments": 9,
    "name": "Polish",
    "url": "https://translate.habitica.com/languages/pl/"
}