Languages API.

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

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

{
    "total": 8964,
    "total_words": 78357,
    "total_chars": 529188,
    "last_change": "2024-04-26T13:25:38.368673Z",
    "recent_changes": 481,
    "translated": 7373,
    "translated_words": 56716,
    "translated_percent": 82.2,
    "translated_words_percent": 72.3,
    "translated_chars": 377891,
    "translated_chars_percent": 71.4,
    "fuzzy": 83,
    "fuzzy_percent": 0.9,
    "failing": 127,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Catalan",
    "url": "http://translate.pkp.sfu.ca/languages/ca/"
}