Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 183,
    "total_words": 1305,
    "last_change": "2022-08-06T13:38:38.239722Z",
    "recent_changes": 1,
    "translated": 101,
    "translated_words": 503,
    "translated_percent": 55.1,
    "translated_words_percent": 38.5,
    "translated_chars": 3941,
    "translated_chars_percent": 44.4,
    "total_chars": 8863,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "failing": 2,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 2.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://weblate.rikka.app/languages/sl/"
}