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": 33666,
    "total_words": 133962,
    "last_change": "2025-11-26T14:09:04.390598Z",
    "recent_changes": 182,
    "translated": 16612,
    "translated_words": 59260,
    "translated_percent": 49.3,
    "translated_words_percent": 44.2,
    "translated_chars": 367558,
    "translated_chars_percent": 43.5,
    "total_chars": 844569,
    "fuzzy": 197,
    "fuzzy_percent": 0.5,
    "failing": 4419,
    "failing_percent": 13.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1484,
    "readonly_percent": 4.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}