Languages API.

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

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

{
    "total": 451,
    "total_words": 3505,
    "total_chars": 23998,
    "last_change": "2024-11-17T11:28:26.053061Z",
    "recent_changes": 131,
    "translated": 236,
    "translated_words": 1875,
    "translated_percent": 52.3,
    "translated_words_percent": 53.4,
    "translated_chars": 12644,
    "translated_chars_percent": 52.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 9,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Serbian",
    "url": "http://translate.pkp.sfu.ca/languages/sr/"
}