Languages API.

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

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

{
    "total": 3149,
    "total_words": 16685,
    "total_chars": 104326,
    "last_change": "2024-05-06T15:20:35.168787Z",
    "recent_changes": 129,
    "translated": 1978,
    "translated_words": 8383,
    "translated_percent": 62.8,
    "translated_words_percent": 50.2,
    "translated_chars": 51399,
    "translated_chars_percent": 49.2,
    "fuzzy": 108,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 337,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 2357,
    "fuzzy_chars_percent": 2.2,
    "failing": 190,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 118,
    "readonly_words_percent": 0.7,
    "readonly_chars": 771,
    "readonly_chars_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic (Egypt)",
    "url": "https://hosted.weblate.org/languages/ar_EG/"
}