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": 11880,
    "total_words": 61458,
    "total_chars": 395780,
    "last_change": "2024-02-21T20:04:02.095163Z",
    "recent_changes": 1375,
    "translated": 6546,
    "translated_words": 32185,
    "translated_percent": 55.1,
    "translated_words_percent": 52.3,
    "translated_chars": 206827,
    "translated_chars_percent": 52.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.1,
    "approved": 4252,
    "approved_percent": 35.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 43,
    "comments": 7,
    "name": "Polish",
    "url": "https://weblate.rob006.net/languages/pl/"
}