Languages API.

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

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

{
    "total": 8155,
    "total_words": 68754,
    "total_chars": 463903,
    "last_change": "2024-04-18T17:54:00.651366Z",
    "recent_changes": 721,
    "translated": 7643,
    "translated_words": 63778,
    "translated_percent": 93.7,
    "translated_words_percent": 92.7,
    "translated_chars": 426909,
    "translated_chars_percent": 92.0,
    "fuzzy": 17,
    "fuzzy_percent": 0.2,
    "failing": 52,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Bulgarian",
    "url": "http://translate.pkp.sfu.ca/languages/bg/"
}