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": 1460,
    "total_words": 8539,
    "last_change": "2020-01-21T09:52:26.350593Z",
    "recent_changes": 73,
    "translated": 66,
    "translated_words": 111,
    "translated_percent": 4.5,
    "translated_words_percent": 1.2,
    "translated_chars": 711,
    "translated_chars_percent": 1.3,
    "total_chars": 53454,
    "fuzzy": 170,
    "fuzzy_percent": 11.6,
    "failing": 100,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.pdfforge.org/languages/ar/"
}