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": 5047,
    "total_words": 71199,
    "last_change": "2023-03-06T22:35:59.735910Z",
    "recent_changes": 1119,
    "translated": 4566,
    "translated_words": 61356,
    "translated_percent": 90.4,
    "translated_words_percent": 86.1,
    "translated_chars": 350691,
    "translated_chars_percent": 85.1,
    "total_chars": 411719,
    "fuzzy": 7,
    "fuzzy_percent": 0.1,
    "failing": 3090,
    "failing_percent": 61.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 15,
    "name": "Portuguese",
    "url": "http://translate.diyseeds.org/languages/pt/"
}