Languages API.

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

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

{
    "total": 5951,
    "total_words": 47775,
    "total_chars": 320228,
    "last_change": "2024-01-22T05:39:08.254359Z",
    "recent_changes": 17,
    "translated": 4307,
    "translated_words": 26833,
    "translated_percent": 72.3,
    "translated_words_percent": 56.1,
    "translated_chars": 176975,
    "translated_chars_percent": 55.2,
    "fuzzy": 46,
    "fuzzy_percent": 0.7,
    "failing": 298,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.2,
    "suggestions": 1,
    "comments": 0,
    "name": "Icelandic",
    "url": "http://translate.pkp.sfu.ca/languages/is/"
}