Languages API.

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

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

{
    "total": 8025,
    "total_words": 78470,
    "total_chars": 507650,
    "last_change": "2024-05-02T18:58:32.912463Z",
    "recent_changes": 4,
    "translated": 1644,
    "translated_words": 5065,
    "translated_percent": 20.4,
    "translated_words_percent": 6.4,
    "translated_chars": 30098,
    "translated_chars_percent": 5.9,
    "fuzzy": 93,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 658,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 3841,
    "fuzzy_chars_percent": 0.7,
    "failing": 125,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 70,
    "readonly_percent": 0.8,
    "readonly_words": 71,
    "readonly_words_percent": 0.1,
    "readonly_chars": 606,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Yoruba",
    "url": "https://hosted.weblate.org/languages/yo/"
}