Languages API.

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

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

{
    "total": 6158,
    "total_words": 47786,
    "last_change": "2023-04-28T11:45:40.839874Z",
    "recent_changes": 254,
    "translated": 4804,
    "translated_words": 33176,
    "translated_percent": 78.0,
    "translated_words_percent": 69.4,
    "translated_chars": 222043,
    "translated_chars_percent": 69.5,
    "total_chars": 319253,
    "fuzzy": 66,
    "fuzzy_percent": 1.0,
    "failing": 181,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 25,
    "readonly_percent": 0.4,
    "suggestions": 3,
    "comments": 0,
    "name": "Dutch",
    "url": "http://translate.pkp.sfu.ca/languages/nl/"
}