Languages API.

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

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

{
    "total": 2227,
    "total_words": 17136,
    "last_change": "2023-12-18T09:51:47.505121Z",
    "recent_changes": 186,
    "translated": 1193,
    "translated_words": 6889,
    "translated_percent": 53.5,
    "translated_words_percent": 40.2,
    "translated_chars": 42656,
    "translated_chars_percent": 41.7,
    "total_chars": 102097,
    "fuzzy": 249,
    "fuzzy_percent": 11.1,
    "failing": 211,
    "failing_percent": 9.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 11,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.pdfforge.org/languages/es/"
}