Languages API.

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

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

{
    "total": 1611,
    "total_words": 11756,
    "total_chars": 70169,
    "last_change": "2024-05-03T13:55:44.276436Z",
    "recent_changes": 13,
    "translated": 1375,
    "translated_words": 10484,
    "translated_percent": 85.3,
    "translated_words_percent": 89.1,
    "translated_chars": 62318,
    "translated_chars_percent": 88.8,
    "fuzzy": 118,
    "fuzzy_percent": 7.3,
    "failing": 36,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pretalx.com/languages/pt_PT/"
}