Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/red-moon/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5612,
    "total_words": 29117,
    "total_chars": 171396,
    "last_change": "2024-03-17T06:01:59.612196Z",
    "recent_changes": 238,
    "translated": 4806,
    "translated_words": 23841,
    "translated_percent": 85.6,
    "translated_words_percent": 81.8,
    "translated_chars": 139542,
    "translated_chars_percent": 81.4,
    "fuzzy": 50,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 718,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 4385,
    "fuzzy_chars_percent": 2.5,
    "failing": 81,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 122,
    "readonly_percent": 2.1,
    "readonly_words": 633,
    "readonly_words_percent": 2.1,
    "readonly_chars": 3726,
    "readonly_chars_percent": 2.1,
    "suggestions": 62,
    "comments": 3,
    "name": "Red Moon",
    "url": "https://hosted.weblate.org/projects/red-moon/"
}