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": 33516,
    "total_words": 133437,
    "last_change": "2025-10-14T13:15:34.097581Z",
    "recent_changes": 280,
    "translated": 16515,
    "translated_words": 59030,
    "translated_percent": 49.2,
    "translated_words_percent": 44.2,
    "translated_chars": 365975,
    "translated_chars_percent": 43.5,
    "total_chars": 840534,
    "fuzzy": 208,
    "fuzzy_percent": 0.6,
    "failing": 4421,
    "failing_percent": 13.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1479,
    "readonly_percent": 4.4,
    "suggestions": 51,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}