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": 815,
    "total_words": 7613,
    "total_chars": 51656,
    "last_change": "2025-03-10T12:03:14.585290Z",
    "recent_changes": 104,
    "translated": 814,
    "translated_words": 7612,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 51652,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pkp.sfu.ca/languages/pt_PT/"
}