Translation projects API.

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

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

{
    "total": 33261,
    "total_words": 132789,
    "last_change": "2025-08-05T14:23:26.098654Z",
    "recent_changes": 465,
    "translated": 16344,
    "translated_words": 58441,
    "translated_percent": 49.1,
    "translated_words_percent": 44.0,
    "translated_chars": 362375,
    "translated_chars_percent": 43.3,
    "total_chars": 836232,
    "fuzzy": 209,
    "fuzzy_percent": 0.6,
    "failing": 4418,
    "failing_percent": 13.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1474,
    "readonly_percent": 4.4,
    "suggestions": 12,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}