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": 44269,
    "total_words": 413260,
    "total_chars": 2796315,
    "last_change": "2025-08-07T11:03:25.569273Z",
    "recent_changes": 2077,
    "translated": 38137,
    "translated_words": 336966,
    "translated_percent": 86.1,
    "translated_words_percent": 81.5,
    "translated_chars": 2261540,
    "translated_chars_percent": 80.8,
    "fuzzy": 243,
    "fuzzy_percent": 0.5,
    "failing": 1031,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 357,
    "readonly_percent": 0.8,
    "suggestions": 2,
    "comments": 17,
    "name": "Open Monograph Press",
    "url": "http://translate.pkp.sfu.ca/projects/omp/"
}