Languages API.

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

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

{
    "total": 1498,
    "total_words": 4527,
    "last_change": "2025-03-02T18:50:34.165291Z",
    "recent_changes": 69,
    "translated": 1423,
    "translated_words": 4258,
    "translated_percent": 94.9,
    "translated_words_percent": 94.0,
    "translated_chars": 25735,
    "translated_chars_percent": 94.2,
    "total_chars": 27310,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 143,
    "failing_percent": 9.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.7,
    "suggestions": 4,
    "comments": 0,
    "name": "Spanish (Mexico)",
    "url": "https://translate.opensourcepos.org/languages/es_MX/"
}