Languages API.

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

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

{
    "total": 8783,
    "total_words": 76460,
    "total_chars": 515588,
    "last_change": "2024-01-22T05:39:08.099417Z",
    "recent_changes": 900,
    "translated": 8559,
    "translated_words": 68625,
    "translated_percent": 97.4,
    "translated_words_percent": 89.7,
    "translated_chars": 455690,
    "translated_chars_percent": 88.3,
    "fuzzy": 35,
    "fuzzy_percent": 0.3,
    "failing": 97,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 1,
    "name": "German",
    "url": "http://translate.pkp.sfu.ca/languages/de/"
}