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": 741,
    "total_words": 3190,
    "last_change": "2022-04-24T10:19:22.997532Z",
    "recent_changes": 78,
    "translated": 252,
    "translated_words": 1285,
    "translated_percent": 34.0,
    "translated_words_percent": 40.2,
    "translated_chars": 8160,
    "translated_chars_percent": 41.1,
    "total_chars": 19828,
    "fuzzy": 17,
    "fuzzy_percent": 2.2,
    "failing": 8,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "German",
    "url": "https://weblate.info.ucl.ac.be/languages/de/"
}