Languages API.

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

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

{
    "total": 10454,
    "total_words": 70030,
    "total_chars": 479174,
    "last_change": "2024-03-29T00:40:00.361032Z",
    "recent_changes": 311,
    "translated": 5574,
    "translated_words": 29905,
    "translated_percent": 53.3,
    "translated_words_percent": 42.7,
    "translated_chars": 211017,
    "translated_chars_percent": 44.0,
    "fuzzy": 323,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 2823,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 22777,
    "fuzzy_chars_percent": 4.7,
    "failing": 522,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.4,
    "readonly_words": 268,
    "readonly_words_percent": 0.3,
    "readonly_chars": 2545,
    "readonly_chars_percent": 0.5,
    "suggestions": 149,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.framasoft.org/languages/ar/"
}