Translation projects API.

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

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

{
    "total": 44085,
    "total_words": 409241,
    "total_chars": 2770925,
    "last_change": "2025-03-12T19:19:29.659013Z",
    "recent_changes": 2650,
    "translated": 38091,
    "translated_words": 333824,
    "translated_percent": 86.4,
    "translated_words_percent": 81.5,
    "translated_chars": 2239309,
    "translated_chars_percent": 80.8,
    "fuzzy": 303,
    "fuzzy_percent": 0.6,
    "failing": 1098,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 354,
    "readonly_percent": 0.8,
    "suggestions": 3,
    "comments": 17,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}