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": 45654,
    "total_words": 427015,
    "total_chars": 2889176,
    "last_change": "2026-02-20T08:25:36.078638Z",
    "recent_changes": 3433,
    "translated": 39724,
    "translated_words": 353961,
    "translated_percent": 87.0,
    "translated_words_percent": 82.8,
    "translated_chars": 2379213,
    "translated_chars_percent": 82.3,
    "fuzzy": 221,
    "fuzzy_percent": 0.4,
    "failing": 973,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 362,
    "readonly_percent": 0.7,
    "suggestions": 2,
    "comments": 16,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}