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": 652266,
    "total_words": 6289940,
    "total_chars": 50601962,
    "last_change": "2024-04-19T02:50:11.836520Z",
    "recent_changes": 7022,
    "translated": 272095,
    "translated_words": 1328077,
    "translated_percent": 41.7,
    "translated_words_percent": 21.1,
    "translated_chars": 8230079,
    "translated_chars_percent": 16.2,
    "fuzzy": 42467,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 232671,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1525953,
    "fuzzy_chars_percent": 3.0,
    "failing": 23226,
    "failing_percent": 3.5,
    "approved": 7496,
    "approved_percent": 1.1,
    "approved_words": 84305,
    "approved_words_percent": 1.3,
    "approved_chars": 549637,
    "approved_chars_percent": 1.0,
    "readonly": 12609,
    "readonly_percent": 1.9,
    "readonly_words": 68370,
    "readonly_words_percent": 1.0,
    "readonly_chars": 261110,
    "readonly_chars_percent": 0.5,
    "suggestions": 8262,
    "comments": 123,
    "name": "Arabic",
    "url": "https://hosted.weblate.org/languages/ar/"
}