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": 33621,
    "total_words": 133782,
    "last_change": "2026-05-13T10:26:58.398607Z",
    "recent_changes": 145,
    "translated": 17261,
    "translated_words": 61595,
    "translated_percent": 51.3,
    "translated_words_percent": 46.0,
    "translated_chars": 382460,
    "translated_chars_percent": 45.3,
    "total_chars": 842559,
    "fuzzy": 201,
    "fuzzy_percent": 0.5,
    "failing": 4402,
    "failing_percent": 13.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1479,
    "readonly_percent": 4.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}