Languages API.

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

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

{
    "total": 24,
    "total_words": 32,
    "total_chars": 199,
    "last_change": "2022-10-08T02:12:30.665908Z",
    "recent_changes": 2,
    "translated": 4,
    "translated_words": 7,
    "translated_percent": 16.6,
    "translated_words_percent": 21.8,
    "translated_chars": 46,
    "translated_chars_percent": 23.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.pkp.sfu.ca/languages/ar_IQ/"
}