Languages API.

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

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

{
    "total": 969,
    "total_words": 6259,
    "last_change": "2024-07-22T16:21:40.661622Z",
    "recent_changes": 3,
    "translated": 705,
    "translated_words": 4297,
    "translated_percent": 72.7,
    "translated_words_percent": 68.6,
    "translated_chars": 25237,
    "translated_chars_percent": 68.8,
    "total_chars": 36644,
    "fuzzy": 19,
    "fuzzy_percent": 1.9,
    "failing": 66,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Asturian",
    "url": "https://weblate.duniter.org/languages/ast/"
}