Languages API.

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

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

{
    "total": 7482,
    "total_words": 62213,
    "total_chars": 418627,
    "last_change": "2024-04-14T20:36:06.172653Z",
    "recent_changes": 618,
    "translated": 6121,
    "translated_words": 45881,
    "translated_percent": 81.8,
    "translated_words_percent": 73.7,
    "translated_chars": 308531,
    "translated_chars_percent": 73.7,
    "fuzzy": 79,
    "fuzzy_percent": 1.0,
    "failing": 154,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "http://translate.pkp.sfu.ca/languages/ro/"
}