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": 44331,
    "total_words": 414148,
    "total_chars": 2801861,
    "last_change": "2025-12-05T17:16:17.457880Z",
    "recent_changes": 2084,
    "translated": 38393,
    "translated_words": 340455,
    "translated_percent": 86.6,
    "translated_words_percent": 82.2,
    "translated_chars": 2286865,
    "translated_chars_percent": 81.6,
    "fuzzy": 227,
    "fuzzy_percent": 0.5,
    "failing": 989,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 357,
    "readonly_percent": 0.8,
    "suggestions": 2,
    "comments": 16,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}