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": 239,
    "total_words": 1940,
    "last_change": "2023-07-23T21:15:30.282818Z",
    "recent_changes": 6,
    "translated": 48,
    "translated_words": 240,
    "translated_percent": 20.0,
    "translated_words_percent": 12.3,
    "translated_chars": 1557,
    "translated_chars_percent": 13.2,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 2,
    "comments": 0,
    "name": "Polish",
    "url": "https://i18n.tweaked.cc/languages/pl/"
}