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": 45714,
    "total_words": 427975,
    "total_chars": 2894606,
    "last_change": "2026-05-14T15:26:42.817965Z",
    "recent_changes": 3437,
    "translated": 39743,
    "translated_words": 354367,
    "translated_percent": 86.9,
    "translated_words_percent": 82.8,
    "translated_chars": 2381855,
    "translated_chars_percent": 82.2,
    "fuzzy": 219,
    "fuzzy_percent": 0.4,
    "failing": 971,
    "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/"
}