Languages API.

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

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

{
    "total": 8721,
    "total_words": 74178,
    "total_chars": 497793,
    "last_change": "2023-11-27T09:07:58.148841Z",
    "recent_changes": 518,
    "translated": 8166,
    "translated_words": 67330,
    "translated_percent": 93.6,
    "translated_words_percent": 90.7,
    "translated_chars": 450680,
    "translated_chars_percent": 90.5,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 26,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pkp.sfu.ca/languages/pt_PT/"
}