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": 831,
    "total_words": 7608,
    "total_chars": 51661,
    "last_change": "2026-03-02T09:58:42.176675Z",
    "recent_changes": 100,
    "translated": 810,
    "translated_words": 7579,
    "translated_percent": 97.4,
    "translated_words_percent": 99.6,
    "translated_chars": 51400,
    "translated_chars_percent": 99.4,
    "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": 1,
    "comments": 0,
    "name": "Portuguese (Portugal)",
    "url": "http://translate.pkp.sfu.ca/languages/pt_PT/"
}