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": 31911,
    "total_words": 124119,
    "last_change": "2024-04-16T13:49:35.767318Z",
    "recent_changes": 651,
    "translated": 7979,
    "translated_words": 27263,
    "translated_percent": 25.0,
    "translated_words_percent": 21.9,
    "translated_chars": 172081,
    "translated_chars_percent": 22.0,
    "total_chars": 781152,
    "fuzzy": 122,
    "fuzzy_percent": 0.3,
    "failing": 228,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1503,
    "readonly_percent": 4.7,
    "suggestions": 3,
    "comments": 0,
    "name": "Memorial Archives",
    "url": "https://translate.memarc.info/projects/memorial-archives/"
}