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": 8922,
    "total_words": 78072,
    "total_chars": 527329,
    "last_change": "2024-04-02T08:16:58.145938Z",
    "recent_changes": 540,
    "translated": 8348,
    "translated_words": 69520,
    "translated_percent": 93.5,
    "translated_words_percent": 89.0,
    "translated_chars": 465967,
    "translated_chars_percent": 88.3,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "failing": 22,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pkp.sfu.ca/languages/pt_PT/"
}