Languages API.

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

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

{
    "total": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2023-10-12T22:42:31.619711Z",
    "recent_changes": 387,
    "translated": 1336,
    "translated_words": 6398,
    "translated_percent": 13.3,
    "translated_words_percent": 11.6,
    "translated_chars": 42422,
    "translated_chars_percent": 11.9,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "failing": 7,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://weblate.rob006.net/languages/pt/"
}