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": 7384,
    "total_words": 71625,
    "total_chars": 444401,
    "last_change": "2023-05-17T12:37:50.898174Z",
    "recent_changes": 3505,
    "translated": 5546,
    "translated_words": 52129,
    "translated_percent": 75.1,
    "translated_words_percent": 72.7,
    "translated_chars": 311154,
    "translated_chars_percent": 70.0,
    "fuzzy": 74,
    "fuzzy_percent": 1.0,
    "failing": 166,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 21,
    "comments": 0,
    "name": "Polish",
    "url": "http://translate.getmonero.org/languages/pl/"
}