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": 2090,
    "total_words": 8109,
    "last_change": "2023-12-13T13:47:16.295844Z",
    "recent_changes": 30,
    "translated": 249,
    "translated_words": 477,
    "translated_percent": 11.9,
    "translated_words_percent": 5.8,
    "translated_chars": 3118,
    "translated_chars_percent": 6.1,
    "total_chars": 51031,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "failing": 20,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 31,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.memarc.info/languages/es/"
}