Translation projects API.

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

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

{
    "total": 8466,
    "total_words": 97636,
    "total_chars": 672400,
    "last_change": "2025-03-12T19:28:16.864737Z",
    "recent_changes": 713,
    "translated": 4913,
    "translated_words": 53182,
    "translated_percent": 58.0,
    "translated_words_percent": 54.4,
    "translated_chars": 363953,
    "translated_chars_percent": 54.1,
    "fuzzy": 123,
    "fuzzy_percent": 1.4,
    "failing": 176,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 5,
    "comments": 2,
    "name": "Open Preprint Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ops/"
}