Languages API.

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

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

{
    "total": 20780,
    "total_words": 94632,
    "total_chars": 595027,
    "last_change": "2024-04-25T14:02:01.894619Z",
    "recent_changes": 214,
    "translated": 9146,
    "translated_words": 39460,
    "translated_percent": 44.0,
    "translated_words_percent": 41.6,
    "translated_chars": 243906,
    "translated_chars_percent": 40.9,
    "fuzzy": 2077,
    "fuzzy_percent": 9.9,
    "fuzzy_words": 7484,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 53834,
    "fuzzy_chars_percent": 9.0,
    "failing": 855,
    "failing_percent": 4.1,
    "approved": 3,
    "approved_percent": 0.1,
    "approved_words": 34,
    "approved_words_percent": 0.1,
    "approved_chars": 202,
    "approved_chars_percent": 0.1,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 157,
    "readonly_chars_percent": 0.1,
    "suggestions": 278,
    "comments": 2,
    "name": "Valencian",
    "url": "https://hosted.weblate.org/languages/ca@valencia/"
}