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": 7349,
    "total_words": 64993,
    "total_chars": 385025,
    "last_change": "2024-05-08T13:27:00.176596Z",
    "recent_changes": 10,
    "translated": 4819,
    "translated_words": 38305,
    "translated_percent": 65.5,
    "translated_words_percent": 58.9,
    "translated_chars": 225714,
    "translated_chars_percent": 58.6,
    "fuzzy": 743,
    "fuzzy_percent": 10.1,
    "fuzzy_words": 5089,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 30793,
    "fuzzy_chars_percent": 7.9,
    "failing": 130,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.pretix.eu/languages/ro/"
}