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": 33156,
    "total_words": 132519,
    "last_change": "2025-03-24T08:17:46.988131Z",
    "recent_changes": 293,
    "translated": 16092,
    "translated_words": 57574,
    "translated_percent": 48.5,
    "translated_words_percent": 43.4,
    "translated_chars": 355851,
    "translated_chars_percent": 42.6,
    "total_chars": 833997,
    "fuzzy": 162,
    "fuzzy_percent": 0.4,
    "failing": 4485,
    "failing_percent": 13.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1487,
    "readonly_percent": 4.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}